Mercurial > sdl-ios-xcode
comparison README.BeOS @ 1371:e2641c13bf33
Added a reminder on where to put libSDL.so
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Sat, 18 Feb 2006 07:21:42 +0000 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
1370:00fc57bb5dc4 | 1371:e2641c13bf33 |
---|---|
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) |