Skip to content

Commit 6e889aa

Browse files
committedAug 7, 2011
[BACKPORT] fix error in notes reported to me by Marco Braida
1 parent b582ba7 commit 6e889aa

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed
 

‎INSTALL

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
Quantum GIS (QGIS)
22
Building 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
77
Last Change : Tuesday June 28, 2011
88

99

@@ -263,8 +263,8 @@ Now we create a build directory and run ccmake:
263263
When you run ccmake (note the .. is required!), a menu will appear where
264264
you can configure various aspects of the build. If you do not have root
265265
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
268268
'c' to configure, 'e' to dismiss any error messages that may appear.
269269
and 'g' to generate the make files. Note that sometimes 'c' needs to
270270
be pressed several times before the 'g' option becomes available.

‎doc/INSTALL.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -45,12 +45,12 @@
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
5454
Last Change : Tuesday June 28, 2011
5555
</P>
5656
<DIV CLASS="toc">
@@ -410,8 +410,8 @@ <H2>3.7. Starting the compile</H2>
410410
When you run ccmake (note the .. is required!), a menu will appear where
411411
you can configure various aspects of the build. If you do not have root
412412
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
415415
'c' to configure, 'e' to dismiss any error messages that may appear.
416416
and 'g' to generate the make files. Note that sometimes 'c' needs to
417417
be pressed several times before the 'g' option becomes available.

‎doc/linux.t2t

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -162,8 +162,8 @@ ccmake ..
162162
When you run ccmake (note the .. is required!), a menu will appear where
163163
you can configure various aspects of the build. If you do not have root
164164
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
167167
'c' to configure, 'e' to dismiss any error messages that may appear.
168168
and 'g' to generate the make files. Note that sometimes 'c' needs to
169169
be pressed several times before the 'g' option becomes available.

0 commit comments

Comments
 (0)
Please sign in to comment.