Skip to content
This repository has been archived by the owner on Feb 11, 2021. It is now read-only.

Commit

Permalink
Fixed bug 1405 - README.android misses build instruction: copy SDL_co…
Browse files Browse the repository at this point in the history
…nfig_android.h -> SDL_config.h
  • Loading branch information
slouken committed Feb 1, 2012
1 parent 27aec5b commit 9b71b5d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.android
Expand Up @@ -39,7 +39,8 @@ src/main/android/SDL_android_main.cpp

Instructions:
1. Copy the android-project directory wherever you want to keep your projects and rename it to the name of your project.
2. Move this SDL directory into the <project>/jni directory
2. Move this SDL directory into the <project>/jni directory and then copy
SDL_config_android.h to SDL_config.h inside the include folder
3. Place your application source files in the <project>/jni/src directory
4. Edit <project>/jni/src/Android.mk to include your source files
5. Run 'ndk-build' (a script provided by the NDK). This compiles the C source
Expand Down

0 comments on commit 9b71b5d

Please sign in to comment.