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