File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11brew tap osgeo/osgeo4mac
22brew update
3- brew install osgeo/osgeo4mac/qgis-28 --without-postgis --without-postgresql --without-grass --without-gpsbabel --only-dependencies --without-server
3+ brew install osgeo/osgeo4mac/qgis-28 --without-postgis --without-postgresql --without-grass --without-gpsbabel --only-dependencies
44brew install qca
5- # brew install spawn-fcgi
6- # brew install lighttpd
5+ brew install spawn-fcgi
6+ brew install lighttpd
77brew install poppler
88
99brew ln bison --force
Original file line number Diff line number Diff line change 33# no PGTEST for OSX - can't get postgres to start with brew install
44# no APIDOC for OSX - doxygen tests and warnings are covered by linux build
55# no deprecated-declarations warnings... requires QGIS ported to Cocoa
6- cmake -DWITH_SERVER=OFF -DWITH_STAGED_PLUGINS=ON -DWITH_GRASS=OFF \
6+ cmake -DWITH_SERVER=ON -DWITH_STAGED_PLUGINS=ON -DWITH_GRASS=OFF \
77 -DSUPPRESS_QT_WARNINGS=ON -DENABLE_MODELTEST=ON -DENABLE_PGTEST=OFF \
88 -DWITH_QWTPOLAR=OFF -DWITH_PYSPATIALITE=ON \
99 -DQWT_INCLUDE_DIR=/usr/local/opt/qwt/lib/qwt.framework/Headers/ \
You can’t perform that action at this time.
0 commit comments