docs: update README.GIT for gnulib-related changes

master
David Lawrence Ramsey 2017-03-24 21:44:06 -05:00 committed by Benno Schulenberg
parent 0276e45465
commit 6b1ad96f34
1 changed files with 4 additions and 6 deletions

View File

@ -11,10 +11,10 @@ Prerequisites
To successfully compile GNU nano from git, you'll need the following To successfully compile GNU nano from git, you'll need the following
packages: packages:
- autoconf (version >= 2.61) - autoconf (version >= 2.69)
- automake (version >= 1.7) - automake (version >= 1.14)
- autopoint (version >= 0.11.5) - autopoint (version >= 0.18.3)
- gettext (version >= 0.11.5) - gettext (version >= 0.18.3)
- git (version >= 2.7.4) - git (version >= 2.7.4)
- groff (version >= 1.12) - groff (version >= 1.12)
- pkg-config (version >= 0.22) - pkg-config (version >= 0.22)
@ -24,8 +24,6 @@ packages:
If you want UTF-8 support, you will also need libncursesw5-dev installed If you want UTF-8 support, you will also need libncursesw5-dev installed
(version >= 5.7), or libslang2-dev (version >= 2.0) if you use --with-slang. (version >= 5.7), or libslang2-dev (version >= 2.0) if you use --with-slang.
If your system doesn't have 'snprintf' or 'vsnprintf' (which the configure
script will check for), you will also need glib-2.x installed.
These should all be available in your distro's package manager or software These should all be available in your distro's package manager or software
center, or otherwise on any GNU mirror. center, or otherwise on any GNU mirror.