mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-15 00:04:00 -04:00
Reenable fcgi and server on osx (followup 53d40e8)
This commit is contained in:
parent
9767bd054a
commit
40611d7885
@ -1,9 +1,9 @@
|
||||
brew tap osgeo/osgeo4mac
|
||||
brew update
|
||||
brew install osgeo/osgeo4mac/qgis-28 --without-postgis --without-postgresql --without-grass --without-gpsbabel --only-dependencies --without-server
|
||||
brew install osgeo/osgeo4mac/qgis-28 --without-postgis --without-postgresql --without-grass --without-gpsbabel --only-dependencies
|
||||
brew install qca
|
||||
#brew install spawn-fcgi
|
||||
#brew install lighttpd
|
||||
brew install spawn-fcgi
|
||||
brew install lighttpd
|
||||
brew install poppler
|
||||
|
||||
brew ln bison --force
|
||||
|
@ -3,7 +3,7 @@ cd build
|
||||
#no PGTEST for OSX - can't get postgres to start with brew install
|
||||
#no APIDOC for OSX - doxygen tests and warnings are covered by linux build
|
||||
#no deprecated-declarations warnings... requires QGIS ported to Cocoa
|
||||
cmake -DWITH_SERVER=OFF -DWITH_STAGED_PLUGINS=ON -DWITH_GRASS=OFF \
|
||||
cmake -DWITH_SERVER=ON -DWITH_STAGED_PLUGINS=ON -DWITH_GRASS=OFF \
|
||||
-DSUPPRESS_QT_WARNINGS=ON -DENABLE_MODELTEST=ON -DENABLE_PGTEST=OFF \
|
||||
-DWITH_QWTPOLAR=OFF -DWITH_PYSPATIALITE=ON \
|
||||
-DQWT_INCLUDE_DIR=/usr/local/opt/qwt/lib/qwt.framework/Headers/ \
|
||||
|
Loading…
x
Reference in New Issue
Block a user