1 This is a modified version of SDL 1.2.15 that is used by the Android QEMU
2 emulator. See the git history for modifications relative to upstream.
3
4 To build it as a static library on Linux, OS X and Windows:
5
6 ./android-configure.sh [--prefix=<path>]
7 make -j2
8 make install
9
10