view README.BeOS @ 4169:27c0db0fbfad SDL-1.2

Fixed bug #611 Comment #22 From Tim Angus 2009-04-02 08:45:52 (-) [reply] ------- First of all, thanks for committing this. Unfortunately it seems the patch has only partially applied to wincommon/SDL_sysevents.c and currently a clean SDL 1.2 checkout doesn't build. The new patch here (http://bugzilla.libsdl.org/attachment.cgi?id=316) fixes this.
author Sam Lantinga <slouken@libsdl.org>
date Mon, 13 Apr 2009 08:38:04 +0000
parents e2641c13bf33
children
line wrap: on
line source


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)