mirror of
https://github.com/MidnightCommander/mc
synced 2025-01-03 10:04:32 +03:00
Incorporate README.CVS into HACKING.
This commit is contained in:
parent
7b97c8a476
commit
72a4d97988
32
HACKING
32
HACKING
@ -9,6 +9,38 @@ Roskin. Some parts were taken from the messages posted in the mailing
|
||||
lists.
|
||||
|
||||
|
||||
Compiling from CVS
|
||||
==================
|
||||
|
||||
To compile GNU Midnight commander from CVS, the following software is
|
||||
required:
|
||||
|
||||
Autoconf 2.52 and above (latest is recommended)
|
||||
Automake 1.5 and above (latest is recommended)
|
||||
Gettext 0.11.5 and above
|
||||
Glib 1.2.6 and above (2.x is recommended)
|
||||
|
||||
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.
|
||||
|
||||
Currently snapshots are made on Debian unstable and use the versions of
|
||||
the tools from the unstable repository. Yes, the rpm packages are made
|
||||
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.
|
||||
|
||||
|
||||
|
||||
Working with GNU Midnight Commander
|
||||
===================================
|
||||
|
||||
|
28
README.CVS
28
README.CVS
@ -1,28 +0,0 @@
|
||||
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.11.5 and above
|
||||
Glib 1.2.6 and above (2.x is OK)
|
||||
|
||||
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.
|
||||
|
||||
Currently snapshots are made on Debian unstable and use the versions of
|
||||
the tools from the unstable repository. Yes, the rpm packages are made
|
||||
on Debian as well.
|
||||
|
||||
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.
|
Loading…
Reference in New Issue
Block a user