Skip to content

Commit

Permalink
also update INSTALL.t2t output files (followup d53fbe8)
Browse files Browse the repository at this point in the history
  • Loading branch information
jef-n committed Mar 19, 2015
1 parent 2da4c47 commit 7622f5c
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 10 deletions.
11 changes: 6 additions & 5 deletions INSTALL
@@ -1,10 +1,10 @@
QGIS
Building QGIS from source - step by step
Saturday March 07, 2015
Thursday March 19, 2015


Last Updated: Saturday March 07, 2015
Last Change : Saturday March 07, 2015
Last Updated: Thursday March 19, 2015
Last Change : Thursday March 19, 2015


1. Introduction
Expand Down Expand Up @@ -246,8 +246,9 @@ Now we create a build directory and run ccmake:
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
you can configure various aspects of the build. If you want QGIS to have
debugging capabilities then set CMAKE_BUILD_TYPE to Debug. If you do not have
root access or do not want to overwrite existing QGIS installs (by your
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.
Expand Down
11 changes: 6 additions & 5 deletions doc/INSTALL.html
Expand Up @@ -77,13 +77,13 @@
<DIV CLASS="header" ID="header">
<H1>QGIS</H1>
<H2>Building QGIS from source - step by step</H2>
<H3>Saturday March 07, 2015</H3>
<H3>Thursday March 19, 2015</H3>
</DIV>

<DIV CLASS="body" ID="body">
<P>
Last Updated: Saturday March 07, 2015
Last Change : Saturday March 07, 2015
Last Updated: Thursday March 19, 2015
Last Change : Thursday March 19, 2015
</P>
<DIV CLASS="toc">

Expand Down Expand Up @@ -424,8 +424,9 @@ <H2>3.7. Starting the compile</H2>

<P>
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
you can configure various aspects of the build. If you want QGIS to have
debugging capabilities then set CMAKE_BUILD_TYPE to Debug. If you do not have
root access or do not want to overwrite existing QGIS installs (by your
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.
Expand Down

0 comments on commit 7622f5c

Please sign in to comment.