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