Update after gnulib changed.
[libiconv.git] / libcharset / HACKING
blob847ab5b8a727cf92c54c4284fa83d2eb52ae974f
1 All you need to know when hacking (modifying) GNU libcharset or when building
2 it off the Git repository.
5 Requirements
6 ============
8 You will need reasonably recent versions of the build tools:
10   * A C compiler. Such as GNU GCC.
11     + Homepage:
12       https://gcc.gnu.org/
14   * GNU autoconf
15     + Homepage:
16       https://www.gnu.org/software/autoconf/
18   * GNU m4
19     + Homepage:
20       https://www.gnu.org/software/m4/
22   * Perl
23     + Homepage:
24       https://www.perl.org/
26 And, of course, the packages listed in the DEPENDENCIES file.
29 Building off the Git repository
30 ===============================
32 Access to the Git repository is described at
33 https://savannah.gnu.org/git/?group=libiconv .
35 After fetching the sources from the Git repository, peek at the comments in
36 autogen.sh, then run
37   ./autopull.sh
38   ./autogen.sh
39 Then you can proceed with "./configure" as usual.