mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
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:
parent
ba970f6e9b
commit
c347bdcffd
1 changed files with 4 additions and 3 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue