| 1 | | |
| | 1 | Copy in Haiku config.guess/.sub files, [http://tools.assembla.com/BePorts/browser/BePorts/trunk/media-libs/sdl-image/SDL_image-1.2.6-haiku.diff Patch], then run: |
| | 2 | * cat acinclude/libtool.m4 >> aclocal.m4 |
| | 3 | * cat acinclude/sdl.m4 >> aclocal.m4 |
| | 4 | * aclocal |
| | 5 | * libtoolize --copy --force |
| | 6 | * aclocal |
| | 7 | * autoconf |
| | 8 | * ./autogen.sh |
| | 9 | * ./configure --prefix=/boot/common LDFLAGS=-L/boot/common/lib CPPFLAGS=-I/boot/common/include |
| | 10 | |
| | 11 | This will build both the shared and static libraries, and include png and jpeg support.[[BR]] |
| | 12 | |
| | 13 | There is still an issue getting tiff included. |