| 1 | | |
| | 1 | [http://ports.haiku-files.org/browser/haikuports/trunk/media-libs/libsdl/sdl-svn-r4114-haiku.diff Patch] then |
| | 2 | |
| | 3 | * cp /boot/home/config/share/libtool/config.guess build-scripts |
| | 4 | * cp /boot/home/config/share/libtool/config.sub build-scripts |
| | 5 | * cat $(aclocal --print-ac-dir)/libtool.m4 >> acinclude.m4 |
| | 6 | * libtoolize --force --copy |
| | 7 | * aclocal |
| | 8 | * automake |
| | 9 | * autoconf |
| | 10 | * ./configure --prefix=/boot/common |
| | 11 | * make |
| | 12 | * make install |
| | 13 | |
| | 14 | To build the tests, cd test, then: |
| | 15 | |
| | 16 | * autoconf |
| | 17 | * ./configure |
| | 18 | * make |