author | Sam Lantinga |
Sat, 10 Jan 2009 21:50:26 +0000 | |
changeset 3013 | 8cc00819c8d6 |
parent 1371 | e2641c13bf33 |
permissions | -rw-r--r-- |
2 SDL on BeOS R5
3 ==============
5 You can build SDL on BeOS like any other GNU style package.
6 e.g. ./configure && make && make install
7 By default it is installed in /boot/develop/tools/gnupro/{bin,lib,etc.}
9 Once you install SDL, you need to copy libSDL.so to /boot/home/config/lib,
10 so it can be found by the dynamic linker.
12 Enjoy!
13 Sam Lantinga (slouken@libsdl.org)