aboutsummaryrefslogtreecommitdiffstats
path: root/distrib/sdl-1.2.15/README.ANDROID
diff options
context:
space:
mode:
authorJesse Hall <jessehall@google.com>2012-07-23 10:13:06 -0700
committerandroid code review <noreply-gerritcodereview@google.com>2012-07-23 10:13:06 -0700
commitd95f84da47d4e5c1f9bce2770400fd0d61b0c0b6 (patch)
treeb39ee901bb528b7e3593117cde724ef75d438b67 /distrib/sdl-1.2.15/README.ANDROID
parent2b3a42e7d0b441f71fc2e2b07269dd1f8151c977 (diff)
parente4c5d95ed37611acc6a186522315195b4ebfb9ef (diff)
downloadexternal_qemu-d95f84da47d4e5c1f9bce2770400fd0d61b0c0b6.zip
external_qemu-d95f84da47d4e5c1f9bce2770400fd0d61b0c0b6.tar.gz
external_qemu-d95f84da47d4e5c1f9bce2770400fd0d61b0c0b6.tar.bz2
Merge "Apply Android changes from sdl-1.2.12 to sdl-1.2.15"
Diffstat (limited to 'distrib/sdl-1.2.15/README.ANDROID')
-rw-r--r--distrib/sdl-1.2.15/README.ANDROID9
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
+