glfs/basicnet/netlibs/wvstreams/wvstreams-inst.xml
Tushar Teredesai e7f6273f5c Patch related fixes
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@2206 af4574ff-66df-0310-9fd7-8a98e5e911e0
2004-05-23 07:14:15 +00:00

13 lines
460 B
XML

<sect2>
<title>Installation of <application>WvStreams</application></title>
<para>Install <application>WvStreams</application> by running the following commands:</para>
<screen><userinput><command>patch -Np1 -i ../wvstreams-&wvstreams-version;-wvcrypto.patch &amp;&amp;
patch -Np1 -i ../wvstreams-&wvstreams-version;-wvresolver.patch &amp;&amp;
make PREFIX=/usr LDFLAGS="-lcrypt" &amp;&amp;
make PREFIX=/usr install</command></userinput></screen>
</sect2>