Difference between revisions of "ICU"
Jump to navigation
Jump to search
Snippyhollow (talk | contribs) |
(Link to French page) |
||
(4 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
[[Installation d'ICU (support d'Unicode)|En français]] |
|||
'''ICU''' ([http://site.icu-project.org/ International Components for Unicode]) is a set of libraries for Unicode support. |
'''ICU''' ([http://site.icu-project.org/ International Components for Unicode]) is a set of libraries for Unicode support. |
||
Line 38: | Line 40: | ||
== See also == |
== See also == |
||
[ |
* [[Apertium_and_Constraint_Grammar#Installing_VISL_CG3 Installing|VISL CG3 (cg-proc and tools)]] |
||
[[Category:Documentation]] |
|||
[[Category:Documentation in English]] |
Latest revision as of 07:28, 8 October 2014
ICU (International Components for Unicode) is a set of libraries for Unicode support.
Contents
Installation[edit]
On Ubuntu / Debian[edit]
apt-get install libicu-dev
On Fedora[edit]
yum install icu
On MacOSX[edit]
sudo port install icu
For other Linux distrib and BSDs[edit]
search for libicu / libicu-dev / icu in your favorite package manager or follow the procedure from here:
cd /tmp wget http://download.icu-project.org/files/icu4c/4.0/icu4c-4_0-src.tgz tar -zxvf icu4c-4_0-src.tgz cd icu/source/ ./runConfigureICU Linux/MacOSX/FreeBSD (a --help would give you a clue) make make install echo "/usr/local/lib" >> /etc/ld.so.conf ldconfig