Mercurial > sdl-ios-xcode
view README.BeOS @ 5117:427998ff3bcf
Added cache line size info in SDL_cpuinfo.h
I also added an implementation to dynamically query it, but didn't expose it since most x86 CPUs have an L1 cache line size of 64 bytes.
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Thu, 27 Jan 2011 16:46:15 -0800 |
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)