HACKING 955 B

1234567891011121314151617181920212223242526272829303132
  1. If you modify the sources or get them from the CVS repository,
  2. you may need the following programs in addition to those listed in INSTALL:
  3. CVS - Concurrent Versions System
  4. http://www.loria.fr/~molli/cvs-index.html
  5. http://www.cvshome.org
  6. Debian package: cvs
  7. GNU Autoconf
  8. http://www.gnu.org/software/autoconf/autoconf.html
  9. Debian package: autoconf
  10. GNU Automake - a Makefile generator
  11. http://www.gnu.org/software/automake/
  12. Debian package: automake
  13. GNU Libtool - generic shared library support
  14. version 1.4 or higher
  15. http://www.gnu.org/software/libtool/
  16. ftp://ftp.gnu.org/pub/gnu/libtool/
  17. Debian package: libtool
  18. If you find these aren't enough, or if you know the names
  19. of the corresponding RPM etc. packages, please report to
  20. <sc2-devel@lists.sourceforge.net>.
  21. For the CVS repository see sc2.sourceforge.net.
  22. (Note: this file was written by Mudry <mudry@users.sf.net>,
  23. and is a straight copy of the FSCP one.)