1
2SDL on BeOS R5
3==============
4
5You can build SDL on BeOS like any other GNU style package.
6e.g. ./configure && make && make install
7By default it is installed in /boot/develop/tools/gnupro/{bin,lib,etc.}
8
9Once you install SDL, you need to copy libSDL.so to /boot/home/config/lib,
10so it can be found by the dynamic linker.
11
12Enjoy!
13	Sam Lantinga				(slouken@libsdl.org)
14