Skip to content

Commit 9bd2fa3

Browse files
committed
Update README.md to include setting up the build.sh environment
1 parent 6e049fd commit 9bd2fa3

File tree

1 file changed

+10
-3
lines changed

1 file changed

+10
-3
lines changed

README.md

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,16 @@ Port of libiconv and libicu to Android
55

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

8-
There are no sources and no patches - everything is done with magical build scripts,
9-
just run build.sh and enjoy.
10-
Don't forget to strip them, because they are huge with debug info included.
8+
There are no sources and no patches - everything is done with magical build scripts:
9+
10+
(1) Make sure "which ndk-build" shows the correct version to build from
11+
12+
(2) The scripts assume NDK/toolchain/... version 4.9. If otherwise, edit all the *.sh to
13+
change GCCVER=4.9 as desired.
14+
15+
(3) Run "./build.sh" and enjoy!
16+
17+
(4) Don't forget to strip them, because they are huge with debug info included.
1118

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

0 commit comments

Comments
 (0)