ICU: Difference between revisions
From CBLFS
Jump to navigationJump to search
Chipster19 (talk | contribs) No edit summary |
Chipster19 (talk | contribs) No edit summary |
||
| Line 20: | Line 20: | ||
Compile the package: | Compile the package: | ||
cd source && | |||
./configure --prefix=/usr && | ./configure --prefix=/usr && | ||
make | make | ||
Revision as of 07:57, 9 March 2009
| Download Source: | http://download.icu-project.org/files/icu4c/4.2.1/icu4c-4_2_1-src.tgz |
|---|
Introduction to ICU
ICU (International Components for Unicode) is a mature, widely used set of C/C++ and Java libraries providing Unicode and Globalization support for software applications.
Project Homepage: http://site.icu-project.org
Dependencies
Optional
Non-Multilib
Compile the package:
cd source && ./configure --prefix=/usr && make
Install the package:
make install
Multilib
32Bit
Compile the package:
To do ...
Install the package:
make install
N32
Compile the package:
To do ...
Install the package:
make install
64Bit
Compile the package:
To do ...
Install the package:
make install
Contents
| Installed Directories: | /usr/include/unicode, /usr/include/layout, /usr/share/icu/4.2.1 |
|---|---|
| Installed Programs: | makeconv, genrb, derb, genuca, genbrk, genctd, gencnval, gensprep, genccode, gencmn, icupkg, pkgdata, icuswap, uconv, icu-config |
| Installed Libraries: | libicudata.so, libicuuc.so, libicui18n.so, libicule.so, libiculx.so, libicutu.so, libicutest.so, libicuio.so |