diff options
author | Stefan Hilzinger <hilzinger@google.com> | 2010-03-26 12:51:14 +0000 |
---|---|---|
committer | Stefan Hilzinger <hilzinger@google.com> | 2010-03-26 12:52:32 +0000 |
commit | 3e07c914abe6f04881fb574db884fede7d2ebfd2 (patch) | |
tree | 58bf1ca86520108a769f0427466ff90aacd4a40d | |
parent | 80488c5378f95c7ba3e4ee80742a9c2051e783db (diff) | |
download | external_qemu-3e07c914abe6f04881fb574db884fede7d2ebfd2.zip external_qemu-3e07c914abe6f04881fb574db884fede7d2ebfd2.tar.gz external_qemu-3e07c914abe6f04881fb574db884fede7d2ebfd2.tar.bz2 |
Updating the build instructions.
Change-Id: I8e8ed1507d98c8522bae182831888ae4ceda83f3
-rw-r--r-- | INSTALL | 6 |
1 files changed, 3 insertions, 3 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/extlibs/libsdl-1.2.12 + cd $TOP/external/qemu/distrib/sdl-1.2.12 ./android-configure --prefix=<PATH> make make install @@ -89,8 +89,8 @@ these simple steps: 2/ Configure the emulator with android-configure.sh, as in: - cd $TOP/tools/qemu - ./android-configure.sh --sdl-config=<PATH> + cd $TOP/external/qemu + ./android-configure.sh --sdl-config=<PATH>/bin/sdl-config make Where <PATH> is the same path you used with the --prefix option |