diff options
Diffstat (limited to 'distrib/sdl-1.2.15/README.ANDROID')
-rw-r--r-- | distrib/sdl-1.2.15/README.ANDROID | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/distrib/sdl-1.2.15/README.ANDROID b/distrib/sdl-1.2.15/README.ANDROID new file mode 100644 index 0000000..cc4fee2 --- /dev/null +++ b/distrib/sdl-1.2.15/README.ANDROID @@ -0,0 +1,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 + |