Difference between revisions of "ICU"

From Apertium
Jump to navigation Jump to search
(New page: '''ICU''' ([http://site.icu-project.org/ International Components for Unicode]) is a set of libraries for Unicode support. == Installation == === On Ubuntu / Debian === <pre> apt-get in...)
 
Line 36: Line 36:
 
</pre>
 
</pre>
   
=== See also ===
+
== See also ==
   
 
[http://wiki.apertium.org/wiki/Apertium_and_Constraint_Grammar#Installing_VISL_CG3 Installing VISL CG3 (cg-proc and tools)]
 
[http://wiki.apertium.org/wiki/Apertium_and_Constraint_Grammar#Installing_VISL_CG3 Installing VISL CG3 (cg-proc and tools)]

Revision as of 07:45, 8 April 2009

ICU (International Components for Unicode) is a set of libraries for Unicode support.

Installation

On Ubuntu / Debian

apt-get install libicu-dev

On Fedora

yum install icu

On MacOSX

sudo port install icu

For other Linux distrib and BSDs

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

See also

Installing VISL CG3 (cg-proc and tools)