diff options
author | Jesse Hall <jessehall@google.com> | 2012-07-17 17:01:04 -0700 |
---|---|---|
committer | android code review <noreply-gerritcodereview@google.com> | 2012-07-23 14:51:03 -0700 |
commit | c60b11434975c424e937fad75275840ef5ec3e81 (patch) | |
tree | 4b74a18db9a5b6ce622cf40610c103c2c7388a13 /INSTALL | |
parent | a42f5af0f706d7c7fc8e6527c905c79b5298058e (diff) | |
download | external_qemu-c60b11434975c424e937fad75275840ef5ec3e81.zip external_qemu-c60b11434975c424e937fad75275840ef5ec3e81.tar.gz external_qemu-c60b11434975c424e937fad75275840ef5ec3e81.tar.bz2 |
Switch to sdl 1.2.15 and build from source on osx
Change-Id: I036eefd9789bfe346e9ee5acc15c1d9ffe995c94
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -77,7 +77,7 @@ these simple steps: 1/ First, build Android's patched libSDL as a static library, this can be done as: - cd $TOP/external/qemu/distrib/sdl-1.2.12 + cd $TOP/external/qemu/distrib/sdl-1.2.15 ./android-configure --prefix=<PATH> make make install |