Mercurial > sdl-ios-xcode
view README.BeOS @ 3680:7c18b38f0f9a
Fixed bug #920
From Martin:
Alright... I corrected SDL_SYS_ToDirection in SDL_syshaptic.c in the linux
directory of haptic. Now in all 3 cases the same value is returned, at least.
Therefore now it should behave the same way as on Windows.
I added some comments and corrected the cases SDL_HAPTIC_CARTESIAN and
SDL_HAPTIC_SPHERICAL.
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Mon, 18 Jan 2010 14:57:41 +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)