Skip to content

Commit 5fa990b

Browse files
tlundeenAndrewSB
authored andcommitted
Update README.md to include setting up the build.sh environment
1 parent d749f6c commit 5fa990b

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 r15, 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
There is no mips architecture, because there are very few devices using this architecture in the wild.
1320

0 commit comments

Comments
 (0)