From 3e07c914abe6f04881fb574db884fede7d2ebfd2 Mon Sep 17 00:00:00 2001 From: Stefan Hilzinger Date: Fri, 26 Mar 2010 12:51:14 +0000 Subject: Updating the build instructions. Change-Id: I8e8ed1507d98c8522bae182831888ae4ceda83f3 --- INSTALL | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'INSTALL') diff --git a/INSTALL b/INSTALL index 95b64e1..989b714 100644 --- a/INSTALL +++ b/INSTALL @@ -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= 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= + cd $TOP/external/qemu + ./android-configure.sh --sdl-config=/bin/sdl-config make Where is the same path you used with the --prefix option -- cgit v1.1