Skip to content

Commit 2da4c47

Browse files
committed
Merge pull request #1953 from carolinux/doc-fix
Minor: Install instructions for debug mode
2 parents 65378e6 + d53fbe8 commit 2da4c47

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

doc/linux.t2t

+3-2
Original file line numberDiff line numberDiff line change
@@ -121,8 +121,9 @@ ccmake ..
121121
```
122122

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

0 commit comments

Comments
 (0)