| 1 | | Build steps coming soon |
| | 1 | {{{ |
| | 2 | cp /boot/common/share/libtool/config/config.sub build |
| | 3 | cp /boot/common/share/libtool/config/config.guess build |
| | 4 | libtoolize --force --copy |
| | 5 | aclocal -I build -I build/ac-macros |
| | 6 | (this gives underquoted macro warnings, so perhaps adding a patch to clean those up wouldn't be a bad idea) |
| | 7 | If you get python error here it could mean you don't have python installed yet. |
| | 8 | autoconf (may not be needed, need to recheck) |
| | 9 | autoreconf (may not be needed, need to recheck) |
| | 10 | autogen.sh |
| | 11 | ./configure --prefix=/boot/common --with-apr=/boot/common/bin/apr-1-config --with-apr-util=/boot/common/bin/apu-1-config --with-neon=/boot/common --with-editor=lpe --with-zlib=/boot/common |
| | 12 | make |
| | 13 | make install |
| | 14 | |
| | 15 | It does check and finds sqlite3. It's also checking for Berkeley DB which I don't yet have installed. |
| | 16 | TODO: try building again once Berkeley DB is installed. |
| | 17 | No patches are needed as libtoolize and friends seem to have inserted the -lnetwork where it's needed. |
| | 18 | |
| | 19 | Lot's of dependency libs were needed to build this: apr-1.3.3, apr-util-1.3.4, sqlite-3.6.14, libiconv-1.12, python-2.5.4, neon-0.28.4, libxml2-2.7.3 and gettext-0.17 |