Skip to content

Commit

Permalink
[BACKPORT] fix error in notes reported to me by Marco Braida
Browse files Browse the repository at this point in the history
  • Loading branch information
timlinux committed Aug 7, 2011
1 parent b582ba7 commit 6e889aa
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
8 changes: 4 additions & 4 deletions INSTALL
@@ -1,9 +1,9 @@
Quantum GIS (QGIS)
Building QGIS from source - step by step
Thursday August 04, 2011
Sunday August 07, 2011


Last Updated: Thursday August 04, 2011
Last Updated: Sunday August 07, 2011
Last Change : Tuesday June 28, 2011


Expand Down Expand Up @@ -263,8 +263,8 @@ Now we create a build directory and run ccmake:
When you run ccmake (note the .. is required!), a menu will appear where
you can configure various aspects of the build. If you do not have root
access or do not want to overwrite existing QGIS installs (by your
packagemanager for example), set the CMAKE_BUILD_PREFIX to somewhere you
have write access to (I usually use /home/timlinux/apps). Now press
packagemanager for example), set the CMAKE_INSTALL_PREFIX to somewhere you
have write access to (I usually use ${HOME}/apps). Now press
'c' to configure, 'e' to dismiss any error messages that may appear.
and 'g' to generate the make files. Note that sometimes 'c' needs to
be pressed several times before the 'g' option becomes available.
Expand Down
8 changes: 4 additions & 4 deletions doc/INSTALL.html
Expand Up @@ -45,12 +45,12 @@
<DIV CLASS="header" ID="header">
<H1>Quantum GIS (QGIS)</H1>
<H2>Building QGIS from source - step by step</H2>
<H3>Thursday August 04, 2011</H3>
<H3>Sunday August 07, 2011</H3>
</DIV>

<DIV CLASS="body" ID="body">
<P>
Last Updated: Thursday August 04, 2011
Last Updated: Sunday August 07, 2011
Last Change : Tuesday June 28, 2011
</P>
<DIV CLASS="toc">
Expand Down Expand Up @@ -410,8 +410,8 @@ <H2>3.7. Starting the compile</H2>
When you run ccmake (note the .. is required!), a menu will appear where
you can configure various aspects of the build. If you do not have root
access or do not want to overwrite existing QGIS installs (by your
packagemanager for example), set the CMAKE_BUILD_PREFIX to somewhere you
have write access to (I usually use /home/timlinux/apps). Now press
packagemanager for example), set the CMAKE_INSTALL_PREFIX to somewhere you
have write access to (I usually use ${HOME}/apps). Now press
'c' to configure, 'e' to dismiss any error messages that may appear.
and 'g' to generate the make files. Note that sometimes 'c' needs to
be pressed several times before the 'g' option becomes available.
Expand Down
4 changes: 2 additions & 2 deletions doc/linux.t2t
Expand Up @@ -162,8 +162,8 @@ ccmake ..
When you run ccmake (note the .. is required!), a menu will appear where
you can configure various aspects of the build. If you do not have root
access or do not want to overwrite existing QGIS installs (by your
packagemanager for example), set the CMAKE_BUILD_PREFIX to somewhere you
have write access to (I usually use /home/timlinux/apps). Now press
packagemanager for example), set the CMAKE_INSTALL_PREFIX to somewhere you
have write access to (I usually use ${HOME}/apps). Now press
'c' to configure, 'e' to dismiss any error messages that may appear.
and 'g' to generate the make files. Note that sometimes 'c' needs to
be pressed several times before the 'g' option becomes available.
Expand Down

0 comments on commit 6e889aa

Please sign in to comment.