diff options
author | Jari Vetoniemi <jari.vetoniemi@indooratlas.com> | 2020-04-04 23:59:51 +0900 |
---|---|---|
committer | Jari Vetoniemi <jari.vetoniemi@indooratlas.com> | 2020-04-04 23:59:51 +0900 |
commit | 7311a3ea25980c98307156bb16cf9a31b9228473 (patch) | |
tree | d36d9974af4ce083fa4dece5bdcb3eea7883190e /jni/iconv/HACKING | |
parent | 08b3c31dd0d0b12d63673691da72a40ae108a0d9 (diff) |
mkxp fixes
Diffstat (limited to 'jni/iconv/HACKING')
-rw-r--r-- | jni/iconv/HACKING | 64 |
1 files changed, 0 insertions, 64 deletions
diff --git a/jni/iconv/HACKING b/jni/iconv/HACKING deleted file mode 100644 index 0c291e2..0000000 --- a/jni/iconv/HACKING +++ /dev/null @@ -1,64 +0,0 @@ -All you need to know when hacking (modifying) GNU libiconv or when building -it off the CVS. - - -Requirements -============ - -You will need reasonably recent versions of the build tools: - - * A C compiler. Such as GNU GCC. - + Homepage: - http://gcc.gnu.org/ - - * GNU automake - + Homepage: - http://www.gnu.org/software/automake/ - - * GNU autoconf - + Homepage: - http://www.gnu.org/software/autoconf/ - - * GNU m4 - + Homepage: - http://www.gnu.org/software/m4/ - - * GNU gperf - + Homepage: - http://www.gnu.org/software/gperf/ - - * GNU groff 1.17 or newer - + Homepage: - http://www.gnu.org/software/groff/ - - * Perl - + Homepage: - http://www.perl.org/ - - * Either an internet connection or a recent copy of GNU gnulib. - + Homepage: - http://www.gnu.org/software/gnulib/ - -And, of course, the packages listed in the DEPENDENCIES file. - - -Building off the CVS -==================== - -Access to the CVS is described at http://sourceforge.net/cvs/?group_id=51585 . - -After fetching the sources from the CVS, peek at the comments in autogen.sh, -then run "./autogen.sh"; then you can proceed with "./configure" as usual. - - -Adding new encodings -==================== - -For an indication which encodings are acceptable in the official version of -GNU libiconv, take a look at NOTES. - -For an indication which files need to be modified when adding a new encoding, -look for example at the 2007-05-25 ChangeLog entry for RK1048. The lib/*.h -file for an encoding is usually generated by one of the tools in the tools/ -directory. All you need to provide is the conversion table in the format of -the many *.TXT files. |