Difference between revisions of "Installation d'ICU (support d'Unicode)"
Jump to navigation
Jump to search
(Lien page anglaise) |
|||
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. |
||
Latest revision as of 07:18, 8 October 2014
ICU (International Components for Unicode) est un ensemble de bibliothèques pour le support d'Unicode.
Contents
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 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