source: basicnet/netlibs/wvstreams.xml@ a2d8572

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 6.0 6.1 6.2 6.2.0 6.2.0-rc1 6.2.0-rc2 6.3 6.3-rc1 6.3-rc2 6.3-rc3 7.10 7.4 7.5 7.6 7.6-blfs 7.6-systemd 7.7 7.8 7.9 8.0 8.1 8.2 8.3 8.4 9.0 9.1 basic bdubbs/svn elogind gnome kde5-13430 kde5-14269 kde5-14686 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts krejzi/svn lazarus lxqt nosym perl-modules plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition systemd-11177 systemd-13485 trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since a2d8572 was a2d8572, checked in by Bruce Dubbs <bdubbs@…>, 20 years ago

XML Update -- Chapter 16

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@2299 af4574ff-66df-0310-9fd7-8a98e5e911e0

  • Property mode set to 100644
File size: 3.9 KB
Line 
1<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
2 "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd" [
3 <!ENTITY % general-entities SYSTEM "../../general.ent">
4 %general-entities;
5
6 <!ENTITY wvstreams-download-http "http://open.nit.ca/download/wvstreams-&wvstreams-version;.tar.gz">
7 <!ENTITY wvstreams-download-ftp "ftp://ftp.ing-steen.se/pub/unix/unsort/wvstreams-&wvstreams-version;.tar.gz">
8 <!ENTITY wvstreams-size "178 KB">
9 <!ENTITY wvstreams-buildsize "11.5 MB">
10 <!ENTITY wvstreams-time "0.17 SBU">
11]>
12
13<sect1 id="wvstreams" xreflabel="WvStreams-&wvstreams-version;">
14<?dbhtml filename="wvstreams.html"?>
15<title>WvStreams-&wvstreams-version;</title>
16
17<sect2>
18<title>Introduction to <application>WvStreams</application></title>
19
20<para>The <application>WvStreams</application> package contains the
21network programming libraries required to compile wvdial.</para>
22
23<sect3><title>Package information</title>
24<itemizedlist spacing='compact'>
25<listitem><para>Download (HTTP): <ulink url="&wvstreams-download-http;"/></para></listitem>
26<listitem><para>Download (FTP): <ulink url="&wvstreams-download-ftp;"/></para></listitem>
27<listitem><para>Download size: &wvstreams-size;</para></listitem>
28<listitem><para>Estimated Disk space required: &wvstreams-buildsize;</para></listitem>
29<listitem><para>Estimated build time: &wvstreams-time;</para></listitem></itemizedlist>
30</sect3>
31
32<sect3><title>Additional downloads</title>
33<itemizedlist spacing='compact'>
34<listitem><para>Required Patch: <ulink
35url="&patch-root;/wvstreams-&wvstreams-version;-wvcrypto.patch"/></para></listitem>
36<listitem><para>Required Patch: <ulink
37url="&patch-root;/wvstreams-&wvstreams-version;-wvresolver.patch"/></para></listitem>
38</itemizedlist></sect3>
39
40<sect3><title><application>WvStreams</application> dependencies</title>
41<sect4><title>Required</title>
42<para><xref linkend="openssl"/>
43</para></sect4>
44</sect3>
45
46</sect2>
47
48<sect2>
49<title>Installation of <application>WvStreams</application></title>
50
51<para>Install <application>WvStreams</application> by running the following commands:</para>
52
53<screen><userinput><command>patch -Np1 -i ../wvstreams-&wvstreams-version;-wvcrypto.patch &amp;&amp;
54patch -Np1 -i ../wvstreams-&wvstreams-version;-wvresolver.patch &amp;&amp;
55make PREFIX=/usr LDFLAGS="-lcrypt" &amp;&amp;
56make PREFIX=/usr install</command></userinput></screen>
57
58</sect2>
59
60<sect2>
61<title>Command explanations</title>
62
63<para><parameter>make PREFIX=/usr LDFLAGS="-lcrypt"</parameter>:
64This fixes <filename class="libraryfile">libwvstreams</filename>' issues
65with <application>Open<acronym>SSL</acronym></application>'s crypto library.</para>
66
67</sect2>
68
69<sect2>
70<title>Command explanations</title>
71
72<para><parameter>make PREFIX=/usr LDFLAGS="-lcrypt"</parameter>:
73This fixes <filename class="libraryfile">libwvstreams</filename>' issues
74with <application>Open<acronym>SSL</acronym></application>'s crypto library.</para>
75
76</sect2>
77
78<sect2>
79<title>Configuring <application>WvStreams</application></title>
80
81<sect3><title>Configuration Information</title>
82<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="../../lib-config.xml"/>
83</sect3>
84
85</sect2>
86
87<sect2>
88<title>Contents</title>
89
90<para>The <application>WvStreams</application> package contains the
91<filename class="libraryfile">libwvcrypto</filename>,
92<filename class="libraryfile">libwvstreams</filename> and
93<filename class="libraryfile">libwvutils</filename> libraries.</para>
94
95</sect2>
96
97<sect2><title>Description</title>
98
99<sect3><title>libwvcrypto</title>
100<para><filename class="libraryfile">libwvcrypto</filename> defines
101streams with built-in cryptography.</para></sect3>
102
103<sect3><title>libwvstreams</title>
104<para><filename class="libraryfile">libwvstreams</filename> defines the
105basic properties of a stream.</para></sect3>
106
107<sect3><title>libwvutils</title>
108<para><filename class="libraryfile">libwvutils</filename> contains
109fundamental support utilities.</para></sect3>
110
111</sect2>
112
113</sect1>
114
Note: See TracBrowser for help on using the repository browser.