File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -121,8 +121,9 @@ ccmake ..
121
121
```
122
122
123
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
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
126
127
packagemanager for example), set the CMAKE_INSTALL_PREFIX to somewhere you
127
128
have write access to (I usually use ${HOME}/apps). Now press
128
129
'c' to configure, 'e' to dismiss any error messages that may appear.
You can’t perform that action at this time.
0 commit comments