README.CVS 1.0 KB

12345678910111213141516171819202122232425262728
  1. This file should not distributed with any releases of GNU Midnight
  2. Commander.
  3. To compile MC from CVS, the following software is required:
  4. Autoconf 2.52 and above
  5. Automake 1.5 and above
  6. Gettext 0.11.5 and above
  7. Glib 1.2.6 and above (2.x is OK)
  8. It is recommended that all those tools are installed with the same
  9. prefix. Make sure that the tools with the right version are first in
  10. PATH.
  11. Once you have the right tools, run `autogen.sh' - it will generate
  12. everything necessary for the build and run `configure'. Arguments given
  13. to `autogen.sh' are passed to `configure'. Then run `make' as usually.
  14. The distribution tarball is created by the command `make distcheck'.
  15. This command can take a while.
  16. Currently snapshots are made on Debian unstable and use the versions of
  17. the tools from the unstable repository. Yes, the rpm packages are made
  18. on Debian as well.
  19. Note that the version of gettext doesn't affect the snapshot because the
  20. distributed files are installed by gettext from archives for the version
  21. used in the AM_GNU_GETTEXT_VERSION macro, which is 0.11.5.