changeset 1 | 2fb8b9db1c86 |
0:ffa851df0825 | 1:2fb8b9db1c86 |
---|---|
1 |
|
2 SDL on BeOS R5 |
|
3 ============== |
|
4 |
|
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.} |
|
8 |
|
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. |
|
11 |
|
12 Enjoy! |
|
13 Sam Lantinga (slouken@libsdl.org) |