Skip to content

Commit

Permalink
Merge pull request #1953 from carolinux/doc-fix
Browse files Browse the repository at this point in the history
Minor: Install instructions for debug mode
  • Loading branch information
m-kuhn committed Mar 19, 2015
2 parents 65378e6 + d53fbe8 commit 2da4c47
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions doc/linux.t2t
Expand Up @@ -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.
Expand Down

0 comments on commit 2da4c47

Please sign in to comment.