glfs/basicnet/netlibs/wvstreams/wvstreams-inst.xml

17 lines
543 B
XML
Raw Normal View History

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