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 1
1
Quantum GIS (QGIS)
2
2
Building QGIS from source - step by step
3
- Thursday August 04 , 2011
3
+ Sunday August 07 , 2011
4
4
5
5
6
- Last Updated: Thursday August 04 , 2011
6
+ Last Updated: Sunday August 07 , 2011
7
7
Last Change : Tuesday June 28, 2011
8
8
9
9
@@ -263,8 +263,8 @@ Now we create a build directory and run ccmake:
263
263
When you run ccmake (note the .. is required!), a menu will appear where
264
264
you can configure various aspects of the build. If you do not have root
265
265
access 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
268
268
'c' to configure, 'e' to dismiss any error messages that may appear.
269
269
and 'g' to generate the make files. Note that sometimes 'c' needs to
270
270
be pressed several times before the 'g' option becomes available.
Original file line number Diff line number Diff line change 45
45
< DIV CLASS ="header " ID ="header ">
46
46
< H1 > Quantum GIS (QGIS)</ H1 >
47
47
< H2 > Building QGIS from source - step by step</ H2 >
48
- < H3 > Thursday August 04 , 2011</ H3 >
48
+ < H3 > Sunday August 07 , 2011</ H3 >
49
49
</ DIV >
50
50
51
51
< DIV CLASS ="body " ID ="body ">
52
52
< P >
53
- Last Updated: Thursday August 04 , 2011
53
+ Last Updated: Sunday August 07 , 2011
54
54
Last Change : Tuesday June 28, 2011
55
55
</ P >
56
56
< DIV CLASS ="toc ">
@@ -410,8 +410,8 @@ <H2>3.7. Starting the compile</H2>
410
410
When you run ccmake (note the .. is required!), a menu will appear where
411
411
you can configure various aspects of the build. If you do not have root
412
412
access 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
415
415
'c' to configure, 'e' to dismiss any error messages that may appear.
416
416
and 'g' to generate the make files. Note that sometimes 'c' needs to
417
417
be pressed several times before the 'g' option becomes available.
Original file line number Diff line number Diff line change @@ -162,8 +162,8 @@ ccmake ..
162
162
When you run ccmake (note the .. is required!), a menu will appear where
163
163
you can configure various aspects of the build. If you do not have root
164
164
access 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
167
167
'c' to configure, 'e' to dismiss any error messages that may appear.
168
168
and 'g' to generate the make files. Note that sometimes 'c' needs to
169
169
be pressed several times before the 'g' option becomes available.
You can’t perform that action at this time.
0 commit comments