Skip to content

Commit

Permalink
Update README.md to include setting up the build.sh environment
Browse files Browse the repository at this point in the history
  • Loading branch information
tlundeen committed Mar 20, 2016
1 parent 6e049fd commit 9bd2fa3
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,16 @@ Port of libiconv and libicu to Android

You will need NDK r10e, curl, autoconf, automake, libtool, and git installed.

There are no sources and no patches - everything is done with magical build scripts,
just run build.sh and enjoy.
Don't forget to strip them, because they are huge with debug info included.
There are no sources and no patches - everything is done with magical build scripts:

(1) Make sure "which ndk-build" shows the correct version to build from

(2) The scripts assume NDK/toolchain/... version 4.9. If otherwise, edit all the *.sh to
change GCCVER=4.9 as desired.

(3) Run "./build.sh" and enjoy!

(4) Don't forget to strip them, because they are huge with debug info included.

If you need libintl, you may download it here:
https://github.com/pelya/commandergenius/tree/sdl_android/project/jni/intl

0 comments on commit 9bd2fa3

Please sign in to comment.