Updated notes for cmake step in osx build notes.

git-svn-id: http://svn.osgeo.org/qgis/trunk@7251 c8812cc2-4d05-0410-92ff-de0c093fc19c
This commit is contained in:
timlinux 2007-10-05 14:14:54 +00:00
parent b701aeed68
commit 0a8daae3f4
2 changed files with 14 additions and 6 deletions

View File

@ -683,7 +683,11 @@ I suggest you press 'p' to accept the key permanently.
========================
CMake supports out of source build so we will create a 'build' dir for the
build process
build process . By convention I build my software into a dir called 'apps'
in my home directory. If you have the correct permissions you may want to
build straight into your /Applications folder (although personally I dont
really recommend this). The instructions below assume you are building into
a pre-existing ${HOME}/apps directory ...
cd qgis
@ -697,7 +701,7 @@ cmake invocation (with modifications to suite your system (thanks William
Kyngesburye for this hint):
cmake -D CMAKE_INSTALL_PREFIX=$HOME/apps/ \
cmake -D CMAKE_INSTALL_PREFIX=${HOME}/apps/ \
-D GRASS_INCLUDE_DIR=/Applications/GRASS-6.3.app/Contents/Resources/include \
-D GRASS_PREFIX=/Applications/GRASS-6.3.app/Contents/Resources \
-D CMAKE_BUILD_TYPE=Release \

View File

@ -578,7 +578,11 @@ I suggest you press 'p' to accept the key permanently.
== Configure the build ==
CMake supports out of source build so we will create a 'build' dir for the
build process
build process . By convention I build my software into a dir called 'apps'
in my home directory. If you have the correct permissions you may want to
build straight into your /Applications folder (although personally I dont
really recommend this). The instructions below assume you are building into
a pre-existing ${HOME}/apps directory ...
```
cd qgis
@ -592,7 +596,7 @@ cmake invocation (with modifications to suite your system (thanks William
Kyngesburye for this hint):
```
cmake -D CMAKE_INSTALL_PREFIX=$HOME/apps/ \
cmake -D CMAKE_INSTALL_PREFIX=${HOME}/apps/ \
-D GRASS_INCLUDE_DIR=/Applications/GRASS-6.3.app/Contents/Resources/include \
-D GRASS_PREFIX=/Applications/GRASS-6.3.app/Contents/Resources \
-D CMAKE_BUILD_TYPE=Release \