git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@117978 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Adam Dickmeiss 2003-02-24 23:37:31 +00:00
parent b90064c441
commit 140f4ac11d

View file

@ -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