File tree 2 files changed +12
-10
lines changed
2 files changed +12
-10
lines changed Original file line number Diff line number Diff line change 1
1
QGIS
2
2
Building QGIS from source - step by step
3
- Saturday March 07 , 2015
3
+ Thursday March 19 , 2015
4
4
5
5
6
- Last Updated: Saturday March 07 , 2015
7
- Last Change : Saturday March 07 , 2015
6
+ Last Updated: Thursday March 19 , 2015
7
+ Last Change : Thursday March 19 , 2015
8
8
9
9
10
10
1. Introduction
@@ -246,8 +246,9 @@ Now we create a build directory and run ccmake:
246
246
ccmake ..
247
247
248
248
When you run ccmake (note the .. is required!), a menu will appear where
249
- you can configure various aspects of the build. If you do not have root
250
- access or do not want to overwrite existing QGIS installs (by your
249
+ you can configure various aspects of the build. If you want QGIS to have
250
+ debugging capabilities then set CMAKE_BUILD_TYPE to Debug. If you do not have
251
+ root access or do not want to overwrite existing QGIS installs (by your
251
252
packagemanager for example), set the CMAKE_INSTALL_PREFIX to somewhere you
252
253
have write access to (I usually use ${HOME}/apps). Now press
253
254
'c' to configure, 'e' to dismiss any error messages that may appear.
Original file line number Diff line number Diff line change 77
77
< DIV CLASS ="header " ID ="header ">
78
78
< H1 > QGIS</ H1 >
79
79
< H2 > Building QGIS from source - step by step</ H2 >
80
- < H3 > Saturday March 07 , 2015</ H3 >
80
+ < H3 > Thursday March 19 , 2015</ H3 >
81
81
</ DIV >
82
82
83
83
< DIV CLASS ="body " ID ="body ">
84
84
< P >
85
- Last Updated: Saturday March 07 , 2015
86
- Last Change : Saturday March 07 , 2015
85
+ Last Updated: Thursday March 19 , 2015
86
+ Last Change : Thursday March 19 , 2015
87
87
</ P >
88
88
< DIV CLASS ="toc ">
89
89
@@ -424,8 +424,9 @@ <H2>3.7. Starting the compile</H2>
424
424
425
425
< P >
426
426
When you run ccmake (note the .. is required!), a menu will appear where
427
- you can configure various aspects of the build. If you do not have root
428
- access or do not want to overwrite existing QGIS installs (by your
427
+ you can configure various aspects of the build. If you want QGIS to have
428
+ debugging capabilities then set CMAKE_BUILD_TYPE to Debug. If you do not have
429
+ root access or do not want to overwrite existing QGIS installs (by your
429
430
packagemanager for example), set the CMAKE_INSTALL_PREFIX to somewhere you
430
431
have write access to (I usually use ${HOME}/apps). Now press
431
432
'c' to configure, 'e' to dismiss any error messages that may appear.
You can’t perform that action at this time.
0 commit comments