Home | History | Annotate | Download | only in icu-4.2
      1 This directory contains the Linux versions
      2 of some ICU tools potentially needed during
      3 the Android build process. The tools can be
      4 re-created using the following steps:
      5 
      6 (1) Copy the whole "/extlibs/icu-4.2"
      7     directory somewhere else. Please
      8     do not use a vanilla ICU 4.2.1 for
      9     this, since the Android version
     10     includes some patches for tweaking
     11     file sizes.
     12 
     13 (2) Change to the copy of the directory.
     14 
     15 (3) Execute "./runConfigureICU Linux".
     16 
     17 (4) Modify the file "icudefs.mk".
     18     Search for "ENABLE_STATIC" and change
     19     its value to TRUE. Change the value of
     20     "ENABLE_SHARED" to empty.
     21 
     22 (5) Execute "make".
     23 
     24 (6) If you're successful, the results of
     25     your efforts will reside in "bin".
     26     Copy them here.
     27