Mercurial > sdl-ios-xcode
view README.BeOS @ 2270:d5a11262f067
Date: Sun, 19 Aug 2007 18:29:28 +0200
From: Christian Walther
Subject: Re: SDL 1.3 keyboard plan
> 2007-08-18 19:15:51.454 checkkeys[5795] *** _NSAutoreleaseNoPool():
> Object 0x532750 of class NSSelectionArray autoreleased with no pool
> in place - just leaking
This is fixed by the attached patch.
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Sun, 19 Aug 2007 16:36:51 +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)