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