Home | History | Annotate | Download | only in sdl
      1 The objects in this prebuilt directory can be rebuilt from the source in
      2 $ANDROID/external/qemu/distrib/sdl-1.2.12.
      3 
      4 The current version was built from commit
      5     <562240d8235c122b1624713169cd0764d84956d2>
      6 with the commands
      7 
      8 For 32-bit
      9 $ cd $ANDROID/external/qemu/distrib/sdl-1.2.12
     10 $ ./android-configure.sh
     11 $ make
     12 $ make install
     13 $ cp -a out/linux-x86/* $ANDROID/prebuilt/linux-x86/sdl
     14 
     15 To add 64-bit *.a (after successful 32-bit build)
     16 $ cd $ANDROID/external/qemu/distrib/sdl-1.2.12
     17 $ ./android-configure.sh --try-64
     18 $ make
     19 $ cp objs/libs/libSDL.a $ANDROID/prebuilt/linux-x86/sdl/libs/lib64SDL.a
     20 $ cp objs/libs/libSDLmain.a $ANDROID/prebuilt/linux-x86/sdl/libs/lib64SDLmain.a
     21