Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
remove remaining references to pyspatialite (followup 39816cf)
- Loading branch information
Showing
with
3 additions
and
3 deletions.
-
+1
−1
INSTALL
-
+1
−1
doc/INSTALL.html
-
+1
−1
doc/osx.t2t
|
@@ -1853,7 +1853,7 @@ script and add arch flags to the configuration: |
|
|
|
|
|
cmake -D CMAKE_INSTALL_PREFIX=~/Applications \ |
|
|
-D CMAKE_BUILD_TYPE=MINSIZEREL -D ENABLE_TESTS=FALSE \ |
|
|
-D WITH_INTERNAL_SPATIALITE=FALSE -D WITH_PYSPATIALITE=FALSE \ |
|
|
-D WITH_INTERNAL_SPATIALITE=FALSE \ |
|
|
-D SPATIALINDEX_LIBRARY=/usr/local/lib/libspatialindex.dylib \ |
|
|
-D SPATIALINDEX_INCLUDE_DIR=/usr/local/include/spatialindex \ |
|
|
-D QWT_LIBRARY=/usr/local/qwt-5.2.2/lib/libqwt.dylib \ |
|
|
|
@@ -2578,7 +2578,7 @@ <H2>5.7. Configure the build</H2> |
|
|
|
|
|
cmake -D CMAKE_INSTALL_PREFIX=~/Applications \ |
|
|
-D CMAKE_BUILD_TYPE=MINSIZEREL -D ENABLE_TESTS=FALSE \ |
|
|
-D WITH_INTERNAL_SPATIALITE=FALSE -D WITH_PYSPATIALITE=FALSE \ |
|
|
-D WITH_INTERNAL_SPATIALITE=FALSE \ |
|
|
-D SPATIALINDEX_LIBRARY=/usr/local/lib/libspatialindex.dylib \ |
|
|
-D SPATIALINDEX_INCLUDE_DIR=/usr/local/include/spatialindex \ |
|
|
-D QWT_LIBRARY=/usr/local/qwt-5.2.2/lib/libqwt.dylib \ |
|
|
|
@@ -866,7 +866,7 @@ sudo chmod +x /usr/local/bin/python32 |
|
|
|
|
|
cmake -D CMAKE_INSTALL_PREFIX=~/Applications \ |
|
|
-D CMAKE_BUILD_TYPE=MINSIZEREL -D ENABLE_TESTS=FALSE \ |
|
|
-D WITH_INTERNAL_SPATIALITE=FALSE -D WITH_PYSPATIALITE=FALSE \ |
|
|
-D WITH_INTERNAL_SPATIALITE=FALSE \ |
|
|
-D SPATIALINDEX_LIBRARY=/usr/local/lib/libspatialindex.dylib \ |
|
|
-D SPATIALINDEX_INCLUDE_DIR=/usr/local/include/spatialindex \ |
|
|
-D QWT_LIBRARY=/usr/local/qwt-5.2.2/lib/libqwt.dylib \ |
|
|