mirror of https://github.com/MidnightCommander/mc
29 lines
987 B
Plaintext
29 lines
987 B
Plaintext
This file should not distributed with any releases of GNU Midnight
|
|
Commander.
|
|
|
|
To compile MC from CVS, the following software is required:
|
|
|
|
Autoconf 2.52 and above
|
|
Automake 1.5 and above
|
|
Gettext 0.10.38 - 0.10.40 or (preferrably) 0.11.5 and above.
|
|
Glib 1.2.6 and above on the 1.2.x branch or 2.0.x (experimental, has to
|
|
be explicitly enabled by `--with-glib2').
|
|
|
|
It is recommended that all those tools are installed with the same
|
|
prefix. Make sure that the tools with the right version are first in
|
|
PATH.
|
|
|
|
Once you have the right tools, run `autogen.sh' - it will generate
|
|
everything necessary for the build and run `configure'. Arguments given
|
|
to `autogen.sh' are passed to `configure'. Then run `make' as usually.
|
|
|
|
The distribution tarball is created by the command `make distcheck'.
|
|
This command can take a while.
|
|
|
|
The next version, mc-4.6.0, is expected to be released using the latest
|
|
versions of the GNU tools, which are currently:
|
|
|
|
Autoconf 2.54
|
|
Automake 1.7.1
|
|
Gettext 0.11.5
|