File tree 3 files changed +13
-6
lines changed
3 files changed +13
-6
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
- Friday February 07 , 2014
3
+ Thursday March 06 , 2014
4
4
5
5
6
- Last Updated: Friday February 07 , 2014
7
- Last Change : Friday February 07 , 2014
6
+ Last Updated: Thursday March 06 , 2014
7
+ Last Change : Thursday March 06 , 2014
8
8
9
9
10
10
1. Introduction
@@ -319,6 +319,8 @@ The QGIS packages will be created with:
319
319
320
320
dpkg-buildpackage -us -uc -b
321
321
322
+ /!\ Note: Install devscripts to get dch.
323
+
322
324
/!\ Note: If dpkg-buildpackage complains about unmet build dependencies
323
325
you can install them using apt-get and re-run the command.
324
326
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 > Friday February 07 , 2014</ H3 >
80
+ < H3 > Thursday March 06 , 2014</ H3 >
81
81
</ DIV >
82
82
83
83
< DIV CLASS ="body " ID ="body ">
84
84
< P >
85
- Last Updated: Friday February 07 , 2014
86
- Last Change : Friday February 07 , 2014
85
+ Last Updated: Thursday March 06 , 2014
86
+ Last Change : Thursday March 06 , 2014
87
87
</ P >
88
88
< DIV CLASS ="toc ">
89
89
@@ -526,6 +526,9 @@ <H2>3.8. Building Debian packages</H2>
526
526
dpkg-buildpackage -us -uc -b
527
527
</ PRE > </ div >
528
528
529
+ < P >
530
+ /!\ < B > Note:</ B > Install < CODE > devscripts</ CODE > to get < CODE > dch</ CODE > .
531
+ </ P >
529
532
< P >
530
533
/!\ < B > Note:</ B > If < CODE > dpkg-buildpackage</ CODE > complains about unmet build dependencies
531
534
you can install them using < CODE > apt-get</ CODE > and re-run the command.
Original file line number Diff line number Diff line change @@ -215,6 +215,8 @@ The QGIS packages will be created with:
215
215
dpkg-buildpackage -us -uc -b
216
216
```
217
217
218
+ /!\ **Note:** Install ``devscripts`` to get ``dch``.
219
+
218
220
/!\ **Note:** If ``dpkg-buildpackage`` complains about unmet build dependencies
219
221
you can install them using ``apt-get`` and re-run the command.
220
222
You can’t perform that action at this time.
0 commit comments