📄 intl.building.html
字号:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><html> <head> <title>Building</title> <meta http-equiv="content-type" content="text/html; charset=UTF-8"> </head> <body><div style="text-align: center;"> <div class="prev" style="text-align: left; float: left;"><a href="intl.testing.html">Testing</a></div> <div class="next" style="text-align: right; float: right;"><a href="intl.resources.html">Resource Types</a></div> <div class="up"><a href="intl.setup.html">Installing/Configuring</a></div> <div class="home"><a href="index.html">PHP Manual</a></div></div><hr /><div id="intl.building" class="section"> <h2 class="title">Building</h2> <p class="para"> Let's assume that you have installed PHP to <em class="emphasis">/opt/php5/</em> and ICU is installed to <em class="emphasis">/opt/icu/</em>. Run the following commands: </p> <div class="example-contents"><pre><div class="cdata"><pre>$ /opt/php5/bin/phpize $ ./configure --with-php-config=/opt/php5/bin/php-config --with-icu-dir=/opt/icu $ make</pre></div> </pre></div> <p class="para"> If your ICU is installed to a non-standard directory then you might want to specify its location in <b><tt>LD_LIBRARY_PATH</tt></b> environment variable so that dynamic linker can find it: </p> <div class="example-contents"><pre>$ export LD_LIBRARY_PATH=/opt/icu/lib</pre></div> <p class="para"> Otherwise, if PHP and ICU are installed to their default locations, then the additional options to `configure' are not needed. </p></div><hr /><div style="text-align: center;"> <div class="prev" style="text-align: left; float: left;"><a href="intl.testing.html">Testing</a></div> <div class="next" style="text-align: right; float: right;"><a href="intl.resources.html">Resource Types</a></div> <div class="up"><a href="intl.setup.html">Installing/Configuring</a></div> <div class="home"><a href="index.html">PHP Manual</a></div></div></body></html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -