Jean-Baptiste Queru | 3cc7e65 | 2012-04-29 11:50:32 -0700 | [diff] [blame] | 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 | |
Craig Cornelius | 058e164 | 2013-06-14 14:36:40 -0700 | [diff] [blame] | 6 | (1) Copy the whole "/extlibs/icu-51" |
Jean-Baptiste Queru | 3cc7e65 | 2012-04-29 11:50:32 -0700 | [diff] [blame] | 7 | directory somewhere else. Please |
Craig Cornelius | 058e164 | 2013-06-14 14:36:40 -0700 | [diff] [blame] | 8 | do not use a vanilla ICU 51 for |
Jean-Baptiste Queru | 3cc7e65 | 2012-04-29 11:50:32 -0700 | [diff] [blame] | 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 --enable-static=yes --enable-shared=no". |
| 16 | |
| 17 | (4) Execute "make". |
| 18 | |
| 19 | (5) If you're successful, the results of |
| 20 | your efforts will reside in "bin". |
| 21 | Copy them here. |