mirror of https://github.com/MidnightCommander/mc
doc: fix autotools and gettext versions.
Signed-off-by: Andrew Borodin <aborodin@vmail.ru>
This commit is contained in:
parent
7acf07ee6e
commit
32cc3532a9
|
@ -16,9 +16,9 @@ Compiling from GIT
|
|||
To compile GNU Midnight commander from GIT, the following software is
|
||||
required:
|
||||
|
||||
Autoconf 2.52 and above (latest is recommended)
|
||||
Autoconf 2.60 and above (latest is recommended)
|
||||
Automake 1.12 and above (latest is recommended)
|
||||
Gettext 0.11.5 and above
|
||||
Gettext 0.18.1 and above
|
||||
Glib 2.30 and above
|
||||
|
||||
Full list of requirements you can see at:
|
||||
|
@ -41,7 +41,7 @@ on Debian too.
|
|||
|
||||
Note that the version of gettext doesn't affect the snapshot because the
|
||||
distributed files are installed by gettext from archives for the version
|
||||
used in the AM_GNU_GETTEXT_VERSION macro, which is 0.11.5.
|
||||
used in the AM_GNU_GETTEXT_VERSION macro, which is 0.18.1.
|
||||
|
||||
|
||||
|
||||
|
|
|
@ -12,7 +12,7 @@ Build requirements for GNU Midnight Commander
|
|||
- glibc
|
||||
- gcc
|
||||
- make
|
||||
- autoconf
|
||||
- autoconf >= 2.60
|
||||
- automake >= 1.12
|
||||
- libtool
|
||||
- glib2 >= 2.30
|
||||
|
|
Loading…
Reference in New Issue