From 6a3ca64d82e3002eeb1da01769eafefa398922ff Mon Sep 17 00:00:00 2001 From: Sam Lantinga Date: Sat, 18 Feb 2006 07:21:42 +0000 Subject: [PATCH] Added a reminder on where to put libSDL.so --HG-- extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%401375 --- README.BeOS | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 README.BeOS diff --git a/README.BeOS b/README.BeOS new file mode 100644 index 000000000..ccdccf598 --- /dev/null +++ b/README.BeOS @@ -0,0 +1,13 @@ + +SDL on BeOS R5 +============== + +You can build SDL on BeOS like any other GNU style package. +e.g. ./configure && make && make install +By default it is installed in /boot/develop/tools/gnupro/{bin,lib,etc.} + +Once you install SDL, you need to copy libSDL.so to /boot/home/config/lib, +so it can be found by the dynamic linker. + +Enjoy! + Sam Lantinga (slouken@libsdl.org)