1.1 --- a/README-raspberrypi.txt Sat Oct 12 11:21:40 2013 -0400
1.2 +++ b/README-raspberrypi.txt Sat Oct 12 16:29:34 2013 -0300
1.3 @@ -69,7 +69,13 @@
1.4 cd <SDL SOURCE>
1.5 mkdir -p build;cd build
1.6 ../configure --with-sysroot=$SYSROOT --host=arm-raspberry-linux-gnueabihf --prefix=$PWD/rpi-sdl2-installed --disable-pulseaudio --disable-esd
1.7 + make
1.8 + make install
1.9
1.10 +To be able to deploy this to /usr/local in the Raspbian system you need to fix up a few paths:
1.11 +
1.12 + perl -w -pi -e "s#$PWD/rpi-sdl2-installed#/usr/local#g;" ./rpi-sdl2-installed/lib/libSDL2.la ./rpi-sdl2-installed/lib/pkgconfig/sdl2.pc ./rpi-sdl2-installed/bin/sdl2-config
1.13 +
1.14 ================================================================================
1.15 Apps don't work or poor video/audio performance
1.16 ================================================================================