From 5457cf862ed421866677742ca2170be8bf7dd7a8 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 --- 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)