mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-15 00:04:00 -04:00
INSTALL: add note about installation of devscripts to get dch
This commit is contained in:
parent
cb998399cf
commit
9745deae94
8
INSTALL
8
INSTALL
@ -1,10 +1,10 @@
|
||||
QGIS
|
||||
Building QGIS from source - step by step
|
||||
Friday February 07, 2014
|
||||
Thursday March 06, 2014
|
||||
|
||||
|
||||
Last Updated: Friday February 07, 2014
|
||||
Last Change : Friday February 07, 2014
|
||||
Last Updated: Thursday March 06, 2014
|
||||
Last Change : Thursday March 06, 2014
|
||||
|
||||
|
||||
1. Introduction
|
||||
@ -319,6 +319,8 @@ The QGIS packages will be created with:
|
||||
|
||||
dpkg-buildpackage -us -uc -b
|
||||
|
||||
/!\ Note: Install devscripts to get dch.
|
||||
|
||||
/!\ Note: If dpkg-buildpackage complains about unmet build dependencies
|
||||
you can install them using apt-get and re-run the command.
|
||||
|
||||
|
@ -77,13 +77,13 @@ label{ background-color: #FFFFCC;
|
||||
<DIV CLASS="header" ID="header">
|
||||
<H1>QGIS</H1>
|
||||
<H2>Building QGIS from source - step by step</H2>
|
||||
<H3>Friday February 07, 2014</H3>
|
||||
<H3>Thursday March 06, 2014</H3>
|
||||
</DIV>
|
||||
|
||||
<DIV CLASS="body" ID="body">
|
||||
<P>
|
||||
Last Updated: Friday February 07, 2014
|
||||
Last Change : Friday February 07, 2014
|
||||
Last Updated: Thursday March 06, 2014
|
||||
Last Change : Thursday March 06, 2014
|
||||
</P>
|
||||
<DIV CLASS="toc">
|
||||
|
||||
@ -526,6 +526,9 @@ The QGIS packages will be created with:
|
||||
dpkg-buildpackage -us -uc -b
|
||||
</PRE></div>
|
||||
|
||||
<P>
|
||||
/!\ <B>Note:</B> Install <CODE>devscripts</CODE> to get <CODE>dch</CODE>.
|
||||
</P>
|
||||
<P>
|
||||
/!\ <B>Note:</B> If <CODE>dpkg-buildpackage</CODE> complains about unmet build dependencies
|
||||
you can install them using <CODE>apt-get</CODE> and re-run the command.
|
||||
|
@ -215,6 +215,8 @@ The QGIS packages will be created with:
|
||||
dpkg-buildpackage -us -uc -b
|
||||
```
|
||||
|
||||
/!\ **Note:** Install ``devscripts`` to get ``dch``.
|
||||
|
||||
/!\ **Note:** If ``dpkg-buildpackage`` complains about unmet build dependencies
|
||||
you can install them using ``apt-get`` and re-run the command.
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user