Annotation of embedaddon/libiconv/libcharset/HACKING, revision 1.1
1.1 ! misho 1: All you need to know when hacking (modifying) GNU libcharset or when building
! 2: it off the CVS.
! 3:
! 4:
! 5: Requirements
! 6: ============
! 7:
! 8: You will need reasonably recent versions of the build tools:
! 9:
! 10: * A C compiler. Such as GNU GCC.
! 11: + Homepage:
! 12: http://gcc.gnu.org/
! 13:
! 14: * GNU autoconf
! 15: + Homepage:
! 16: http://www.gnu.org/software/autoconf/
! 17:
! 18: * GNU m4
! 19: + Homepage:
! 20: http://www.gnu.org/software/m4/
! 21:
! 22: * Perl
! 23: + Homepage:
! 24: http://www.perl.org/
! 25:
! 26: And, of course, the packages listed in the DEPENDENCIES file.
! 27:
! 28:
! 29: Building off the CVS
! 30: ====================
! 31:
! 32: Access to the CVS is described at http://sourceforge.net/cvs/?group_id=51585 .
! 33:
! 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.
! 36:
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>