Skip to content

Commit

Permalink
More text formatting
Browse files Browse the repository at this point in the history
Co-authored-by: Matthias Kuhn <matthias@opengis.ch>
  • Loading branch information
DelazJ and m-kuhn committed Aug 14, 2020
1 parent 9a2dc24 commit ff4594e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions INSTALL.md
Expand Up @@ -214,10 +214,10 @@ Now we create a build directory and run ccmake:
When you run ccmake (note the .. is required!), a menu will appear where
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 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 package manager for example), set the CMAKE_INSTALL_PREFIX
to somewhere you have write access to (I usually use ${HOME}/apps).
installs (by your package manager for example), set the `CMAKE_INSTALL_PREFIX`
to somewhere you have write access to (For example `${HOME}/apps`).

Now press 'c' to configure, 'e' to dismiss any error messages that may appear.
and 'g' to generate the make files. Note that sometimes 'c' needs to
Expand Down

0 comments on commit ff4594e

Please sign in to comment.