1 This is a modified version of SDL 1.2.12 that is used by the Android QEMU emulator.
2 The modifications are the following:
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