HACKING 800 B

123456789101112131415161718192021222324252627282930313233343536
  1. All you need to know when hacking (modifying) GNU libcharset or when building
  2. it off the CVS.
  3. Requirements
  4. ============
  5. You will need reasonably recent versions of the build tools:
  6. * A C compiler. Such as GNU GCC.
  7. + Homepage:
  8. http://gcc.gnu.org/
  9. * GNU autoconf
  10. + Homepage:
  11. http://www.gnu.org/software/autoconf/
  12. * GNU m4
  13. + Homepage:
  14. http://www.gnu.org/software/m4/
  15. * Perl
  16. + Homepage:
  17. http://www.perl.org/
  18. And, of course, the packages listed in the DEPENDENCIES file.
  19. Building off the CVS
  20. ====================
  21. Access to the CVS is described at http://sourceforge.net/cvs/?group_id=51585 .
  22. After fetching the sources from the CVS, peek at the comments in autogen.sh,
  23. then run "./autogen.sh"; then you can proceed with "./configure" as usual.