summaryrefslogtreecommitdiff
path: root/linux-x86_64/icu-4.8/readme.txt
blob: 61522492785952e2aea960ea8a8330319ccdf547 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
This directory contains the Linux versions
of some ICU tools potentially needed during
the Android build process. The tools can be
re-created using the following steps:

(1) Copy the whole "/extlibs/icu-4.8"
    directory somewhere else. Please
    do not use a vanilla ICU 4.8 for
    this, since the Android version
    includes some patches for tweaking
    file sizes.

(2) Change to the copy of the directory.

(3) Execute "./runConfigureICU Linux --enable-static=yes --enable-shared=no".

(4) Execute "make".

(5) If you're successful, the results of
    your efforts will reside in "bin".
    Copy them here.