Annotation of embedaddon/libiconv/libcharset/HACKING, revision 1.1.1.2
1.1 misho 1: All you need to know when hacking (modifying) GNU libcharset or when building
1.1.1.2 ! misho 2: it off the Git repository.
1.1 misho 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:
1.1.1.2 ! misho 12: https://gcc.gnu.org/
1.1 misho 13:
14: * GNU autoconf
15: + Homepage:
1.1.1.2 ! misho 16: https://www.gnu.org/software/autoconf/
1.1 misho 17:
18: * GNU m4
19: + Homepage:
1.1.1.2 ! misho 20: https://www.gnu.org/software/m4/
1.1 misho 21:
22: * Perl
23: + Homepage:
1.1.1.2 ! misho 24: https://www.perl.org/
1.1 misho 25:
26: And, of course, the packages listed in the DEPENDENCIES file.
27:
28:
1.1.1.2 ! misho 29: Building off the Git repository
! 30: ===============================
1.1 misho 31:
1.1.1.2 ! misho 32: Access to the Git repository is described at
! 33: https://savannah.gnu.org/git/?group=libiconv .
1.1 misho 34:
1.1.1.2 ! misho 35: After fetching the sources from the Git repository, peek at the comments in
! 36: autogen.sh, then run "./autogen.sh"; then you can proceed with "./configure"
! 37: as usual.
1.1 misho 38:
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>