We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 65378e6 + d53fbe8 commit 2da4c47Copy full SHA for 2da4c47
doc/linux.t2t
@@ -121,8 +121,9 @@ ccmake ..
121
```
122
123
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
+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
126
+root access or do not want to overwrite existing QGIS installs (by your
127
packagemanager for example), set the CMAKE_INSTALL_PREFIX to somewhere you
128
have write access to (I usually use ${HOME}/apps). Now press
129
'c' to configure, 'e' to dismiss any error messages that may appear.
0 commit comments