also update INSTALL.t2t output files (followup d53fbe8)

This commit is contained in:
Juergen E. Fischer 2015-03-19 09:10:55 +01:00
parent 2da4c471a0
commit 7622f5c209
2 changed files with 12 additions and 10 deletions

11
INSTALL
View File

@ -1,10 +1,10 @@
QGIS QGIS
Building QGIS from source - step by step Building QGIS from source - step by step
Saturday March 07, 2015 Thursday March 19, 2015
Last Updated: Saturday March 07, 2015 Last Updated: Thursday March 19, 2015
Last Change : Saturday March 07, 2015 Last Change : Thursday March 19, 2015
1. Introduction 1. Introduction
@ -246,8 +246,9 @@ Now we create a build directory and run ccmake:
ccmake .. ccmake ..
When you run ccmake (note the .. is required!), a menu will appear where 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 you can configure various aspects of the build. If you want QGIS to have
access or do not want to overwrite existing QGIS installs (by your 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 packagemanager for example), set the CMAKE_INSTALL_PREFIX to somewhere you
have write access to (I usually use ${HOME}/apps). Now press have write access to (I usually use ${HOME}/apps). Now press
'c' to configure, 'e' to dismiss any error messages that may appear. 'c' to configure, 'e' to dismiss any error messages that may appear.

View File

@ -77,13 +77,13 @@ label{ background-color: #FFFFCC;
<DIV CLASS="header" ID="header"> <DIV CLASS="header" ID="header">
<H1>QGIS</H1> <H1>QGIS</H1>
<H2>Building QGIS from source - step by step</H2> <H2>Building QGIS from source - step by step</H2>
<H3>Saturday March 07, 2015</H3> <H3>Thursday March 19, 2015</H3>
</DIV> </DIV>
<DIV CLASS="body" ID="body"> <DIV CLASS="body" ID="body">
<P> <P>
Last Updated: Saturday March 07, 2015 Last Updated: Thursday March 19, 2015
Last Change : Saturday March 07, 2015 Last Change : Thursday March 19, 2015
</P> </P>
<DIV CLASS="toc"> <DIV CLASS="toc">
@ -424,8 +424,9 @@ ccmake ..
<P> <P>
When you run ccmake (note the .. is required!), a menu will appear where 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 you can configure various aspects of the build. If you want QGIS to have
access or do not want to overwrite existing QGIS installs (by your 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 packagemanager for example), set the CMAKE_INSTALL_PREFIX to somewhere you
have write access to (I usually use ${HOME}/apps). Now press have write access to (I usually use ${HOME}/apps). Now press
'c' to configure, 'e' to dismiss any error messages that may appear. 'c' to configure, 'e' to dismiss any error messages that may appear.