Difference between revisions of "Installation d'ICU (support d'Unicode)"
Jump to navigation
Jump to search
(Création de la page) |
(→Voir aussi: lien français) |
||
Line 38: | Line 38: | ||
== 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]] |
Revision as of 09:30, 21 May 2012
ICU (International Components for Unicode) est un ensemble de bibliothèques pour le support d'Unicode.
Contents
Installation
Sur Ubuntu / Debian
apt-get install libicu-dev
Sur Fedora
yum install icu
Sur MacOSX
sudo port install icu
Pour d'autres distributions Linux et BSD
cherchez libicu / libicu-dev / icu dans votre gestionnaire de paquet favori ou suivez la procédure à partir de là :
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