File tree Expand file tree Collapse file tree 3 files changed +10
-10
lines changed Expand file tree Collapse file tree 3 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 11Quantum GIS (QGIS)
22Building QGIS from source - step by step
3- Thursday August 04 , 2011
3+ Sunday August 07 , 2011
44
55
6- Last Updated: Thursday August 04 , 2011
6+ Last Updated: Sunday August 07 , 2011
77Last Change : Tuesday June 28, 2011
88
99
@@ -263,8 +263,8 @@ Now we create a build directory and run ccmake:
263263When you run ccmake (note the .. is required!), a menu will appear where
264264you can configure various aspects of the build. If you do not have root
265265access or do not want to overwrite existing QGIS installs (by your
266- packagemanager for example), set the CMAKE_BUILD_PREFIX to somewhere you
267- have write access to (I usually use /home/timlinux /apps). Now press
266+ packagemanager for example), set the CMAKE_INSTALL_PREFIX to somewhere you
267+ have write access to (I usually use ${HOME} /apps). Now press
268268'c' to configure, 'e' to dismiss any error messages that may appear.
269269and 'g' to generate the make files. Note that sometimes 'c' needs to
270270be pressed several times before the 'g' option becomes available.
Original file line number Diff line number Diff line change 4545< DIV CLASS ="header " ID ="header ">
4646< H1 > Quantum GIS (QGIS)</ H1 >
4747< H2 > Building QGIS from source - step by step</ H2 >
48- < H3 > Thursday August 04 , 2011</ H3 >
48+ < H3 > Sunday August 07 , 2011</ H3 >
4949</ DIV >
5050
5151< DIV CLASS ="body " ID ="body ">
5252< P >
53- Last Updated: Thursday August 04 , 2011
53+ Last Updated: Sunday August 07 , 2011
5454Last Change : Tuesday June 28, 2011
5555</ P >
5656< DIV CLASS ="toc ">
@@ -410,8 +410,8 @@ <H2>3.7. Starting the compile</H2>
410410When you run ccmake (note the .. is required!), a menu will appear where
411411you can configure various aspects of the build. If you do not have root
412412access or do not want to overwrite existing QGIS installs (by your
413- packagemanager for example), set the CMAKE_BUILD_PREFIX to somewhere you
414- have write access to (I usually use /home/timlinux /apps). Now press
413+ packagemanager for example), set the CMAKE_INSTALL_PREFIX to somewhere you
414+ have write access to (I usually use ${HOME} /apps). Now press
415415'c' to configure, 'e' to dismiss any error messages that may appear.
416416and 'g' to generate the make files. Note that sometimes 'c' needs to
417417be pressed several times before the 'g' option becomes available.
Original file line number Diff line number Diff line change @@ -162,8 +162,8 @@ ccmake ..
162162When you run ccmake (note the .. is required!), a menu will appear where
163163you can configure various aspects of the build. If you do not have root
164164access or do not want to overwrite existing QGIS installs (by your
165- packagemanager for example), set the CMAKE_BUILD_PREFIX to somewhere you
166- have write access to (I usually use /home/timlinux /apps). Now press
165+ packagemanager for example), set the CMAKE_INSTALL_PREFIX to somewhere you
166+ have write access to (I usually use ${HOME} /apps). Now press
167167'c' to configure, 'e' to dismiss any error messages that may appear.
168168and 'g' to generate the make files. Note that sometimes 'c' needs to
169169be pressed several times before the 'g' option becomes available.
You can’t perform that action at this time.
0 commit comments