ICU install (bug #46469)

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@291075 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Jakub Vrana 2009-11-20 12:38:36 +00:00
parent ba970f6e9b
commit c347bdcffd

View file

@ -3,12 +3,13 @@
<section xml:id="unicode.installation" xmlns="http://docbook.org/ns/docbook">
&reftitle.install;
<para>
First you should download and install ICU:
First you should <link xlink:href="&url.icu;">download</link> and install
ICU:
<example>
<title>install ICU on Unix</title>
<title>Install ICU on Unix</title>
<programlisting role="shell">
<![CDATA[
./configure --disable-threads --enable-extras --enable-icuio --enable-layout
./configure --enable-weak-threads
make && make install
]]>
</programlisting>