mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-05 16:07:23 +08:00
df106b1000
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@874 af4574ff-66df-0310-9fd7-8a98e5e911e0
17 lines
543 B
XML
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 &&
|
|
patch -Np1 -i ../wvstreams-3.70-wvresolver.patch &&
|
|
make PREFIX=/usr LDFLAGS="-lcrypt" &&
|
|
make PREFIX=/usr install</userinput></screen></para>
|
|
|
|
</sect2>
|
|
|