xca/INSTALL.mac
Christian Hohnstaedt a12b2e94f5 Close #129 Unattended Installation. Switch to MSI installer
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
2020-01-20 22:33:05 +01:00

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/