mirror of
https://github.com/chris2511/xca.git
synced 2026-09-14 11:06:19 +05:00
Improve Windows installation xca.wxs Move documentation to "html" dir and translations to "i18n" in the portable-app and the MSI installation Modyfies getDocDir() and Introduces getI18nDir() Drop Nullsoft installer files
16 lines
508 B
Plaintext
16 lines
508 B
Plaintext
|
|
brew install pkg-config autoconf automake openssl qt libtool
|
|
|
|
cd xca-2.2.0
|
|
./configure && make
|
|
|
|
|
|
# Compile SQL Drivers if necessary:
|
|
# Download Qt sources with the same version
|
|
./configure -sql-mysql -sql-odbc -sql-psql -opensource -confirm-license \
|
|
MYSQL_PREFIX=/usr/local/Cellar/mysql-client/8.0.18/ \
|
|
MYSQL_INCDIR=/usr/local/Cellar/mysql-client/8.0.18/include/mysql/ \
|
|
PSQL_PREFIX=/usr/local/Cellar/postgresql/12.1 \
|
|
ODBC_PREFIX=/usr/local
|
|
make -C qtbase/src/plugins/sqldrivers/
|