Difference between revisions of "Installation d'ICU (support d'Unicode)"

From Apertium
Jump to navigation Jump to search
(Création de la page)
 
(Lien page anglaise)
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
  +
[[ICU|In English]]
  +
 
'''ICU''' ([http://site.icu-project.org/ International Components for Unicode]) est un ensemble de bibliothèques pour le support d'Unicode.
 
'''ICU''' ([http://site.icu-project.org/ International Components for Unicode]) est un ensemble de bibliothèques pour le support d'Unicode.
   
Line 38: Line 40:
 
== Voir aussi ==
 
== Voir aussi ==
   
  +
* [[Apertium et les contraintes grammaticales (vislcg3)]]
* [[Apertium_and_Constraint_Grammar#Installing_VISL_CG3 Installing|VISL CG3 (cg-proc and tools)]]
 
   
 
[[Category:Documentation]]
 
[[Category:Documentation]]

Latest revision as of 07:18, 8 October 2014

In English

ICU (International Components for Unicode) est un ensemble de bibliothèques pour le support d'Unicode.

Installation[edit]

Sur Ubuntu / Debian[edit]

apt-get install libicu-dev

Sur Fedora[edit]

yum install icu

Sur MacOSX[edit]

sudo port install icu

Pour d'autres distributions Linux et BSD[edit]

cherchez libicu / libicu-dev / icu dans votre gestionnaire de paquet favori ou suivez la procédure à partir de  :

        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 (une aide vous donnera un indice)
        make
        make install
        echo "/usr/local/lib" >> /etc/ld.so.conf
        ldconfig

Voir aussi[edit]