Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Added a reminder on where to put libSDL.so
  • Loading branch information
slouken committed Feb 18, 2006
1 parent bcfc84e commit 5457cf8
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions 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)

0 comments on commit 5457cf8

Please sign in to comment.