diff options
author | Guillem Jover <guillem@debian.org> | 2019-06-02 23:39:17 +0200 |
---|---|---|
committer | Guillem Jover <guillem@debian.org> | 2019-06-03 03:24:04 +0200 |
commit | 7ff658e1bf0703ecdea08702c74f6bfd8c1d6eb7 (patch) | |
tree | d850a68b602c000d86822978144c6558d13b53bb /README | |
parent | 15d0f730cbc6f854d68a169ca5d3a33e704f525a (diff) | |
download | dpkg-7ff658e1bf0703ecdea08702c74f6bfd8c1d6eb7.tar.gz |
doc: Clarify when autopoint is needed
The README was not very clear on the listed software being source
projects. So instead of making the description more complex, just
list autopoint as an unconditional dependency, and list gettext as
only necessary with --enable-nls.
Closes: #929601
Diffstat (limited to 'README')
-rw-r--r-- | README | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -44,7 +44,8 @@ some required software needs to be installed: GNU autoconf >= 2.60 GNU automake >= 1.11 GNU libtool >= 2.0 - GNU gettext >= 0.19.7 (or just autopoint if using --disable-nls) + GNU autopoint >= 0.19.7 (from GNU gettext) + GNU gettext >= 0.19.7 (only with --enable-nls) After installing the needed software, and running the following command on the git tree: |