Skip to content

Instantly share code, notes, and snippets.

@jctull
Last active December 18, 2015 08:09
Show Gist options
  • Save jctull/5752050 to your computer and use it in GitHub Desktop.
Save jctull/5752050 to your computer and use it in GitHub Desktop.
QGIS cmake command for homebrew deps
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