Last active
December 18, 2015 08:09
-
-
Save jctull/5752050 to your computer and use it in GitHub Desktop.
QGIS cmake command for homebrew deps
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
cmake -D CMAKE_INSTALL_PREFIX=/Applications -D CMAKE_BUILD_TYPE=Debug -D ENABLE_TESTS=TRUE -D WITH_ASTYLE=TRUE -D WITH_INTERNAL_SPATIALITE=FALSE -D WITH_PYSPATIALITE=FALSE -D QWT_LIBRARY=/usr/local/Cellar/qwt/6.0.1/lib/qwt.framework/qwt -D QWT_INCLUDE_DIR=/usr/local/Cellar/qwt/6.0.1/lib/qwt.framework/Headers -D WITH_MAPSERVER=FALSE -D WITH_APIDOC=FALSE -D QGIS_MACAPP_BUNDLE=0 WITH_STAGED_PLUGINS=FALSE -D BISON_EXECUTABLE=/usr/local/Cellar/bison/3.0/bin/bison -D GRASS_PREFIX=/usr/local/Cellar/grass/6.4.2/grass-6.4.2 -D PYTHON_CUSTOM_FRAMEWORK=/usr/local/Cellar/python/2.7.5/Frameworks/Python.framework .. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment