| 1 | | |
| | 1 | * Apply [http://ports.haiku-files.org/browser/haikuports/trunk/sys-devel/gettext/gettext-CVS.diff patch] |
| | 2 | * cp /boot/home/config/share/libtool/config.guess build-aux/. |
| | 3 | * cp /boot/home/config/share/libtool/config.sub build-aux/. |
| | 4 | * export EXTRA_CONF="--disable-java" |
| | 5 | * export LDFLAGS="-lnetwork" |
| | 6 | * libtoolize --force --copy |
| | 7 | * aclocal |
| | 8 | * automake |
| | 9 | * autoconf |
| | 10 | * cd gettext-tools |
| | 11 | * autoreconf |
| | 12 | * cd ../gettext-runtime |
| | 13 | * autoreconf |
| | 14 | * cd .. |
| | 15 | * ./configure --prefix=/boot/common LDFLAGS=$LDFLAGS $EXTRA_CONF --enable-shared |
| | 16 | * make |
| | 17 | * make install |
| | 18 | |
| | 19 | Note, gettext takes a long time to build, I'll update this with build results from using these steps. |
| | 20 | |
| | 21 | |