1 All you need to know when hacking (modifying) GNU libcharset or when building
8 You will need reasonably recent versions of the build tools:
10 * A C compiler. Such as GNU GCC.
16 http://www.gnu.org/software/autoconf/
20 http://www.gnu.org/software/m4/
26 And, of course, the packages listed in the DEPENDENCIES file.
32 Access to the CVS is described at http://sourceforge.net/cvs/?group_id=51585 .
34 After fetching the sources from the CVS, peek at the comments in autogen.sh,
35 then run "./autogen.sh"; then you can proceed with "./configure" as usual.