mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-25 00:58:06 -05:00
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:
parent
b701aeed68
commit
0a8daae3f4
10
INSTALL
10
INSTALL
@ -683,13 +683,17 @@ 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
|
||||
mkdir build
|
||||
cd build
|
||||
cmake -D CMAKE_INSTALL_PREFIX=$HOME/apps/ -D CMAKE_BUILD_TYPE=Release..
|
||||
cmake -D CMAKE_INSTALL_PREFIX=$HOME/apps/ -D CMAKE_BUILD_TYPE=Release ..
|
||||
|
||||
|
||||
To use a specific GRASS version, You can optionally use the following
|
||||
@ -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 \
|
||||
|
10
INSTALL.t2t
10
INSTALL.t2t
@ -578,13 +578,17 @@ 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
|
||||
mkdir build
|
||||
cd build
|
||||
cmake -D CMAKE_INSTALL_PREFIX=$HOME/apps/ -D CMAKE_BUILD_TYPE=Release..
|
||||
cmake -D CMAKE_INSTALL_PREFIX=$HOME/apps/ -D CMAKE_BUILD_TYPE=Release ..
|
||||
```
|
||||
|
||||
To use a specific GRASS version, You can optionally use the following
|
||||
@ -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 \
|
||||
|
Loading…
x
Reference in New Issue
Block a user