Skip to content

Commit 7622f5c

Browse files
committed
also update INSTALL.t2t output files (followup d53fbe8)
1 parent 2da4c47 commit 7622f5c

File tree

2 files changed

+12
-10
lines changed

2 files changed

+12
-10
lines changed

INSTALL

+6-5
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
QGIS
22
Building QGIS from source - step by step
3-
Saturday March 07, 2015
3+
Thursday March 19, 2015
44

55

6-
Last Updated: Saturday March 07, 2015
7-
Last Change : Saturday March 07, 2015
6+
Last Updated: Thursday March 19, 2015
7+
Last Change : Thursday March 19, 2015
88

99

1010
1. Introduction
@@ -246,8 +246,9 @@ Now we create a build directory and run ccmake:
246246
ccmake ..
247247

248248
When you run ccmake (note the .. is required!), a menu will appear where
249-
you can configure various aspects of the build. If you do not have root
250-
access or do not want to overwrite existing QGIS installs (by your
249+
you can configure various aspects of the build. If you want QGIS to have
250+
debugging capabilities then set CMAKE_BUILD_TYPE to Debug. If you do not have
251+
root access or do not want to overwrite existing QGIS installs (by your
251252
packagemanager for example), set the CMAKE_INSTALL_PREFIX to somewhere you
252253
have write access to (I usually use ${HOME}/apps). Now press
253254
'c' to configure, 'e' to dismiss any error messages that may appear.

doc/INSTALL.html

+6-5
Original file line numberDiff line numberDiff line change
@@ -77,13 +77,13 @@
7777
<DIV CLASS="header" ID="header">
7878
<H1>QGIS</H1>
7979
<H2>Building QGIS from source - step by step</H2>
80-
<H3>Saturday March 07, 2015</H3>
80+
<H3>Thursday March 19, 2015</H3>
8181
</DIV>
8282

8383
<DIV CLASS="body" ID="body">
8484
<P>
85-
Last Updated: Saturday March 07, 2015
86-
Last Change : Saturday March 07, 2015
85+
Last Updated: Thursday March 19, 2015
86+
Last Change : Thursday March 19, 2015
8787
</P>
8888
<DIV CLASS="toc">
8989

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

425425
<P>
426426
When you run ccmake (note the .. is required!), a menu will appear where
427-
you can configure various aspects of the build. If you do not have root
428-
access or do not want to overwrite existing QGIS installs (by your
427+
you can configure various aspects of the build. If you want QGIS to have
428+
debugging capabilities then set CMAKE_BUILD_TYPE to Debug. If you do not have
429+
root access or do not want to overwrite existing QGIS installs (by your
429430
packagemanager for example), set the CMAKE_INSTALL_PREFIX to somewhere you
430431
have write access to (I usually use ${HOME}/apps). Now press
431432
'c' to configure, 'e' to dismiss any error messages that may appear.

0 commit comments

Comments
 (0)