Created
January 31, 2011 01:38
-
-
Save cspanring/803518 to your computer and use it in GitHub Desktop.
homebrew formula cmake arguments and output for QGIS.
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 -DCMAKE_INSTALL_PREFIX=~/Applications -DCMAKE_BUILD_TYPE=Release -DCMAKE_BUILD_TYPE=MinSizeRel -DWITH_INTERNAL_SPATIALITE=TRUE -DGEOS_INCLUDE_DIR=/usr/local/Cellar/geos/3.2.2/include -DGEOS_LIBRARY=/usr/local/Cellar/geos/3.2.2/lib/libgeos_c.dylib -DGDAL_INCLUDE_DIR=/usr/local/Cellar/gdal/1.7.3/include -DGDAL_LIBRARY=/usr/local/Cellar/gdal/1.7.3/lib/libgdal.dylib -DPYTHON_EXECUTABLE=/usr/local/Cellar/python/2.7.1/bin/python | |
-- The C compiler identification is GNU | |
-- The CXX compiler identification is GNU | |
-- Checking whether C compiler has -isysroot | |
-- Checking whether C compiler has -isysroot - yes | |
-- Checking whether C compiler supports OSX deployment target flag | |
-- Checking whether C compiler supports OSX deployment target flag - yes | |
-- Check for working C compiler: /usr/bin/cc | |
-- Check for working C compiler: /usr/bin/cc -- works | |
-- Detecting C compiler ABI info | |
-- Detecting C compiler ABI info - done | |
-- Checking whether CXX compiler has -isysroot | |
-- Checking whether CXX compiler has -isysroot - yes | |
-- Checking whether CXX compiler supports OSX deployment target flag | |
-- Checking whether CXX compiler supports OSX deployment target flag - yes | |
-- Check for working CXX compiler: /usr/bin/c++ | |
-- Check for working CXX compiler: /usr/bin/c++ -- works | |
-- Detecting CXX compiler ABI info | |
-- Detecting CXX compiler ABI info - done | |
-- Quantum GIS version: 1.6.0 Copiapo (10600) | |
-- Could not find GRASS | |
-- Found Iconv: /usr/lib/libiconv.dylib | |
-- Looking for openpty | |
-- Looking for openpty - found | |
-- Found Proj: /usr/local/lib/libproj.dylib | |
-- Found Expat: /usr/lib/libexpat.dylib | |
-- Found GSL: -L/usr/local/Cellar/gsl/1.14/lib -lgsl -lgslcblas -lm | |
-- Found GEOS: /usr/local/Cellar/geos/3.2.2/lib/libgeos_c.dylib | |
-- Found GDAL: /usr/local/Cellar/gdal/1.7.3/lib/libgdal.dylib | |
-- Found QWT: /usr/local/lib/libqwt.dylib | |
-- Found PostgreSQL: /usr/local/Cellar/postgresql/9.0.2/lib/libpq.dylib | |
-- Looking for Q_WS_X11 | |
-- Looking for Q_WS_X11 - not found. | |
-- Looking for Q_WS_WIN | |
-- Looking for Q_WS_WIN - not found. | |
-- Looking for Q_WS_QWS | |
-- Looking for Q_WS_QWS - not found. | |
-- Looking for Q_WS_MAC | |
-- Looking for Q_WS_MAC - found | |
-- Looking for QT_MAC_USE_COCOA | |
-- Looking for QT_MAC_USE_COCOA - found | |
-- Found Qt-Version 4.7.1 (using /usr/local/bin/qmake) | |
-- Found PythonInterp: /usr/local/Cellar/python/2.7.1/bin/python | |
-- Found Python executable: /usr/local/Cellar/python/2.7.1/bin/python | |
-- Found Python version: 2.7.1 | |
-- Found Python library: -framework Python | |
-- Found SIP version: 4.12 | |
-- Found PyQt4 version: 4.8.2 | |
-- Found FCGI: /usr/lib/libfcgi.dylib | |
-- Configuring done | |
-- Generating done |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment