mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-25 00:58:06 -05:00
Added instructions for compiling qgis in debug mode for development
This commit is contained in:
parent
6eb1b5b8ac
commit
d53fbe88b7
@ -121,8 +121,9 @@ ccmake ..
|
||||
```
|
||||
|
||||
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
|
||||
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
|
||||
root access or do not want to overwrite existing QGIS installs (by your
|
||||
packagemanager for example), set the CMAKE_INSTALL_PREFIX to somewhere you
|
||||
have write access to (I usually use ${HOME}/apps). Now press
|
||||
'c' to configure, 'e' to dismiss any error messages that may appear.
|
||||
|
Loading…
x
Reference in New Issue
Block a user