| 1 | | |
| | 1 | * cp /boot/common/share/libtool/config/config.guess . |
| | 2 | * cp /boot/common/share/libtool/config/config.sub . |
| | 3 | * libtoolize --force --copy |
| | 4 | * fix configure.ac and rerun libtoolize if needed |
| | 5 | * aclocal -I m4 |
| | 6 | * autoconf |
| | 7 | * automake |
| | 8 | * delete physfs folder in the src folder, and install pre-built physfs binary |
| | 9 | * ./configure --prefix=/boot/common |
| | 10 | * make |
| | 11 | |
| | 12 | {{{ |
| | 13 | Make gives some errors, remove lines from Makefile.am that are causing the make failures and rerun automake and then make. |
| | 14 | If you get a error for not able to find -lstd++ then create a symlink /boot/common/lib/std++.so to std++.r4.so |
| | 15 | }}} |
| | 16 | |
| | 17 | TODO: Need to step through this one again to get the exact process, and possible patches. |
| | 18 | |
| | 19 | {{{ |
| | 20 | Test programs in the test folder are all failing for "Unable to initialize PhysicsFS !" so need to figure out why that's not working. |
| | 21 | }}} |