Skip to content

Commit a331bb2

Browse files
author
kyngchaos
committedMar 27, 2011
mac install update
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@15623 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent 6ae0dc3 commit a331bb2

File tree

2 files changed

+17
-15
lines changed

2 files changed

+17
-15
lines changed
 

‎INSTALL

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
Quantum GIS (QGIS)
22
Building QGIS from source - step by step
33

4-
Last update: 20110201
5-
Last change: 20110201
4+
Last update: 20110327
5+
Last change: 20110306
66

77
1. Introduction
88
2. Overview
@@ -758,9 +758,9 @@ Now close cmake-gui and continue on the command prompt by starting
758758
vcexpress. Use File / Open / Project/Solutions and open the
759759
qgis-x.y.z.sln File in your project directory.
760760

761-
You probably want to change the Solution Configuration from Debug
762-
to RelWithDebInfo (Release with Debug Info) or Release before you
763-
build QGIS using the ALL_BUILD target.
761+
Change Solution Configuration from Debug to RelWithDebInfo (Release
762+
with Debug Info) or Release before you build QGIS using the ALL_BUILD
763+
target (otherwise you need debug libraries that are not included).
764764

765765
After the build completed you should install QGIS using the INSTALL target.
766766

@@ -1641,8 +1641,6 @@ tarball to unpack it, then cd to the source folder and:
16411641
5.3. Install CMake for OSX
16421642
==========================
16431643

1644-
(Only needed for a cmake build.)
1645-
16461644
Get the latest source release from here:
16471645

16481646

@@ -1762,7 +1760,8 @@ In a Terminal cd to the qgis source folder previously downloaded, then:
17621760
mkdir build
17631761
cd build
17641762
cmake -D CMAKE_INSTALL_PREFIX=~/Applications -D CMAKE_BUILD_TYPE=Release \
1765-
-D CMAKE_BUILD_TYPE=MinSizeRel -D WITH_INTERNAL_SPATIALITE=FALSE \
1763+
-D CMAKE_BUILD_TYPE=MinSizeRel \
1764+
-D WITH_INTERNAL_SPATIALITE=FALSE -D WITH_MAPSERVER=TRUE \
17661765
-D QWT_LIBRARY=/usr/local/qwt-5.2.1-svn/lib/libqwt.dylib \
17671766
-D QWT_INCLUDE_DIR=/usr/local/qwt-5.2.1-svn/include \
17681767
..
@@ -1777,7 +1776,8 @@ path and version as required):
17771776

17781777

17791778
cmake -D CMAKE_INSTALL_PREFIX=~/Applications -D CMAKE_BUILD_TYPE=Release \
1780-
-D CMAKE_BUILD_TYPE=MinSizeRel -D WITH_INTERNAL_SPATIALITE=FALSE \
1779+
-D CMAKE_BUILD_TYPE=MinSizeRel \
1780+
-D WITH_INTERNAL_SPATIALITE=FALSE -D WITH_MAPSERVER=TRUE \
17811781
-D QWT_LIBRARY=/usr/local/qwt-5.2.1-svn/lib/libqwt.dylib \
17821782
-D QWT_INCLUDE_DIR=/usr/local/qwt-5.2.1-svn/include \
17831783
-D GRASS_PREFIX=/user/local/grass-6.4.0 \
@@ -1796,7 +1796,8 @@ script and add arch flags to the configuration:
17961796
sudo chmod +x /usr/local/bin/python32
17971797

17981798
cmake -D CMAKE_INSTALL_PREFIX=~/Applications -D CMAKE_BUILD_TYPE=Release \
1799-
-D CMAKE_BUILD_TYPE=MinSizeRel -D WITH_INTERNAL_SPATIALITE=FALSE \
1799+
-D CMAKE_BUILD_TYPE=MinSizeRel \
1800+
-D WITH_INTERNAL_SPATIALITE=FALSE -D WITH_MAPSERVER=TRUE \
18001801
-D QWT_LIBRARY=/usr/local/qwt-5.2.1-svn/lib/libqwt.dylib \
18011802
-D QWT_INCLUDE_DIR=/usr/local/qwt-5.2.1-svn/include \
18021803
-D CMAKE_OSX_ARCHITECTURES=i386 -D PYTHON_EXECUTABLE=/usr/local/bin/python32 \

‎doc/osx.t2t

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -353,8 +353,6 @@ sudo make install
353353

354354
== Install CMake for OSX ==
355355

356-
(Only needed for a cmake build.)
357-
358356
Get the latest source release from here:
359357

360358
```
@@ -467,7 +465,8 @@ In a Terminal cd to the qgis source folder previously downloaded, then:
467465
mkdir build
468466
cd build
469467
cmake -D CMAKE_INSTALL_PREFIX=~/Applications -D CMAKE_BUILD_TYPE=Release \
470-
-D CMAKE_BUILD_TYPE=MinSizeRel -D WITH_INTERNAL_SPATIALITE=FALSE \
468+
-D CMAKE_BUILD_TYPE=MinSizeRel \
469+
-D WITH_INTERNAL_SPATIALITE=FALSE -D WITH_MAPSERVER=TRUE \
471470
-D QWT_LIBRARY=/usr/local/qwt-5.2.1-svn/lib/libqwt.dylib \
472471
-D QWT_INCLUDE_DIR=/usr/local/qwt-5.2.1-svn/include \
473472
..
@@ -482,7 +481,8 @@ path and version as required):
482481

483482
```
484483
cmake -D CMAKE_INSTALL_PREFIX=~/Applications -D CMAKE_BUILD_TYPE=Release \
485-
-D CMAKE_BUILD_TYPE=MinSizeRel -D WITH_INTERNAL_SPATIALITE=FALSE \
484+
-D CMAKE_BUILD_TYPE=MinSizeRel \
485+
-D WITH_INTERNAL_SPATIALITE=FALSE -D WITH_MAPSERVER=TRUE \
486486
-D QWT_LIBRARY=/usr/local/qwt-5.2.1-svn/lib/libqwt.dylib \
487487
-D QWT_INCLUDE_DIR=/usr/local/qwt-5.2.1-svn/include \
488488
-D GRASS_PREFIX=/user/local/grass-6.4.0 \
@@ -501,7 +501,8 @@ EOF
501501
sudo chmod +x /usr/local/bin/python32
502502

503503
cmake -D CMAKE_INSTALL_PREFIX=~/Applications -D CMAKE_BUILD_TYPE=Release \
504-
-D CMAKE_BUILD_TYPE=MinSizeRel -D WITH_INTERNAL_SPATIALITE=FALSE \
504+
-D CMAKE_BUILD_TYPE=MinSizeRel \
505+
-D WITH_INTERNAL_SPATIALITE=FALSE -D WITH_MAPSERVER=TRUE \
505506
-D QWT_LIBRARY=/usr/local/qwt-5.2.1-svn/lib/libqwt.dylib \
506507
-D QWT_INCLUDE_DIR=/usr/local/qwt-5.2.1-svn/include \
507508
-D CMAKE_OSX_ARCHITECTURES=i386 -D PYTHON_EXECUTABLE=/usr/local/bin/python32 \

0 commit comments

Comments
 (0)
Please sign in to comment.