| 1 | | |
| | 1 | Building this requires git, gperf, and maybe groff.[[BR]] |
| | 2 | No patches were needed, as previous patches for Haiku have been incorporated upstream.[[BR]] |
| | 3 | Run ./autogen.sh in libiconv folder and then in the libcharset folder. Then run libtoolize --force --copy, if it suggests you add "AC_CONFIG_MACRO_DIR([m4])" to configure.ac add it in after the first line with INIT it it[[BR]] |
| | 4 | aclocal -I m4 -I srcm4, if you get any missing marco warnings, find out which .m4 file they are defined in and copy them to the m4 folder and rerun aclocal -I m4[[BR]] |
| | 5 | autoconf[[BR]] |
| | 6 | autoheader[[BR]] |
| | 7 | automake, if it suggests needing --add-missing, rerun with --add-missing[[BR]] |
| | 8 | make[[BR]] |
| | 9 | make install[[BR]] |
| | 10 | |
| | 11 | If anyone finds an easier build sequence please post your portlog. |
| | 12 | |