Mercurial > sdl-ios-xcode
view README.BeOS @ 4451:033c455bbe99
Refactored automated rwops tests so read and write directories can be more easily customized.
The refactored tests were written in recognition that Mac and iPhone current working directories are usually not going to work. Resource directories are in bundles and write directories are restricted to certain areas. In theory, other platforms may have this problem too, hence the refactoring.
Also updated the Xcode iPhone project to use 3.2 as the Base SDK, but 3.1 as the Deployment SDK (for iPhone/iPad compatibility.)
author | Eric Wing <ewing . public |-at-| gmail . com> |
---|---|
date | Sun, 09 May 2010 06:58:30 -0700 |
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)