mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
YAZ 2.0
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@117978 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
b90064c441
commit
140f4ac11d
1 changed files with 9 additions and 3 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.4 $ -->
|
||||
<!-- $Revision: 1.5 $ -->
|
||||
<section id="yaz.installation">
|
||||
&reftitle.install;
|
||||
<para>
|
||||
|
@ -13,8 +13,8 @@
|
|||
<programlisting role="shell">
|
||||
<![CDATA[
|
||||
gunzip -c php-4.3.X.tar.gz|tar xf -
|
||||
gunzip -c yaz-1.9.Y.tar.gz|tar xf -
|
||||
cd yaz-1.9.Y
|
||||
gunzip -c yaz-2.0.tar.gz|tar xf -
|
||||
cd yaz-2.0
|
||||
./configure --prefix=/usr
|
||||
make
|
||||
make install
|
||||
|
@ -29,6 +29,12 @@ make install
|
|||
|
||||
&warn.imaprecodeyaz;
|
||||
|
||||
<note>
|
||||
<para>
|
||||
The above problem is solved in version 2.0 of YAZ.
|
||||
</para>
|
||||
</note>
|
||||
|
||||
</section>
|
||||
|
||||
<!-- Keep this comment at the end of the file
|
||||
|
|
Loading…
Reference in a new issue