glfs/basicnet/netlibs/wvstreams/wvstreams-inst.xml
Larry Lawrence df106b1000 kde, multimedia, pst
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@874 af4574ff-66df-0310-9fd7-8a98e5e911e0
2003-04-22 15:42:52 +00:00

17 lines
543 B
XML

<sect2>
<title>Installation of wvstreams</title>
<para>Download the wvstreams patches from <ulink url="&hfile-root;"/>.
The wvcrypto patch is only necessary for
<application>openssl-0.9.7</application> or greater.</para>
<para>Install wvstreams by running the following commands:</para>
<para><screen><userinput>patch -Np1 -i ../wvstreams-3.70-wvcrypto.patch &amp;&amp;
patch -Np1 -i ../wvstreams-3.70-wvresolver.patch &amp;&amp;
make PREFIX=/usr LDFLAGS="-lcrypt" &amp;&amp;
make PREFIX=/usr install</userinput></screen></para>
</sect2>