| 1 | | |
| | 1 | Need to patch SDL_sound.c, then run ./bootstrap, then[[BR]] |
| | 2 | Edit configure.ac to remove the check for libogg. This needs a patch to make it check and detect libogg better. |
| | 3 | |
| | 4 | * libtoolize --force --copy |
| | 5 | * aclocal |
| | 6 | * automake |
| | 7 | * autoconf |
| | 8 | * ./configure --prefix=/boot/common LDFLAGS=-L/boot/common/lib CPPFLAGS=-I/boot/common/include --without-ogg |
| | 9 | * make |
| | 10 | * make install |
| | 11 | |
| | 12 | There's an issue with make trying to get ogg included, so we need to rip out the check for it in configure.ac then run libtoolize and others. |
| | 13 | Make install isn't installing the libs for some reason. Need more work on this one. The .so files do get built and are left in the .libs folder. |