source: basicnet/netlibs/wvstreams.xml@ 939cf0da

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 939cf0da was 939cf0da, checked in by Randy McMurchy <randy@…>, 19 years ago

Moved OpenSSL from Chapter 8 to Chapter 4

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

  • Property mode set to 100644
File size: 4.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://people.nit.ca/~jim/wvstreams-&wvstreams-version;.tar.gz">
7 <!ENTITY wvstreams-download-ftp " ">
8 <!ENTITY wvstreams-size "514 KB">
9 <!ENTITY wvstreams-buildsize "28 MB">
10 <!ENTITY wvstreams-time "0.50 SBU">
11]>
12
13<sect1 id="wvstreams" xreflabel="WvStreams-&wvstreams-version;">
14<sect1info>
15<othername>$LastChangedBy$</othername>
16<date>$Date$</date>
17</sect1info>
18<?dbhtml filename="wvstreams.html"?>
19<title>WvStreams-&wvstreams-version;</title>
20
21<sect2>
22<title>Introduction to <application>WvStreams</application></title>
23
24<para><application>WvStreams</application> is a library suite containing the
25platform-independent C++ networking and utilities libraries for rapid
26application development.</para>
27
28<sect3><title>Package information</title>
29<itemizedlist spacing='compact'>
30<listitem><para>Download (HTTP): <ulink url="&wvstreams-download-http;"/></para></listitem>
31<listitem><para>Download (FTP): <ulink url="&wvstreams-download-ftp;"/></para></listitem>
32<listitem><para>Download size: &wvstreams-size;</para></listitem>
33<listitem><para>Estimated disk space required: &wvstreams-buildsize;</para></listitem>
34<listitem><para>Estimated build time: &wvstreams-time;</para></listitem></itemizedlist>
35</sect3>
36
37<sect3><title>Additional downloads</title>
38<itemizedlist spacing="compact">
39<listitem><para>Required Patch for Tcl: <ulink
40url="&patch-root;/wvstreams-&wvstreams-version;-tcl84-1.patch"/></para></listitem>
41</itemizedlist></sect3>
42
43<sect3><title><application>WvStreams</application> dependencies</title>
44<sect4><title>Required</title>
45<para>
46<xref linkend="openssl-package"/>
47</para></sect4>
48<sect4><title>Optional</title>
49<para>
50<xref linkend="fam"/>,
51<xref linkend="db"/>,
52<xref linkend="gdbm"/>,
53<xref linkend="libogg"/>,
54<xref linkend="Linux_PAM"/>,
55<xref linkend="tcl"/>,
56<xref linkend="qt"/>,
57<xref linkend="speex"/>,
58<xref linkend="libvorbis"/>,
59<ulink url="http://www.fftw.org/">FFTW-2.<replaceable>X</replaceable></ulink>,
60<ulink url="http://www.swig.org">SWIG</ulink>,
61<ulink url="http://valgrind.kde.org/">Valgrind</ulink> and
62<ulink url="http://xplc.sourceforge.net/">XPLC</ulink>
63</para></sect4>
64</sect3>
65
66</sect2>
67
68<sect2>
69<title>Installation of <application>WvStreams</application></title>
70
71<para>If you have <application>Tcl</application> and SWIG installed and wish to
72utilize them apply the following patch:</para>
73
74<screen><userinput><command>patch -Np1 -i ../wvstreams-&wvstreams-version;-tcl84-1.patch</command></userinput></screen>
75
76<para>Install <application>WvStreams</application> by running the following
77commands:</para>
78
79<screen><userinput><command>./configure --prefix=/usr &amp;&amp;
80make &amp;&amp;
81make install</command></userinput></screen>
82
83</sect2>
84
85<sect2>
86<title>Configuring <application>WvStreams</application></title>
87
88<sect3><title>Configuration Information</title>
89<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="../../lib-config.xml"/>
90</sect3>
91
92</sect2>
93
94<sect2>
95<title>Contents</title>
96
97<para>The <application>WvStreams</application> package contains the
98<filename class="libraryfile">libuniconf</filename>,
99<filename class="libraryfile">libwvfft</filename>,
100<filename class="libraryfile">libwvoggspeex</filename>,
101<filename class="libraryfile">libwvoggvorbis</filename>,
102<filename class="libraryfile">libwvqt</filename>,
103<filename class="libraryfile">libwvstreams</filename> and
104<filename class="libraryfile">libwvutils</filename>
105libraries.</para>
106
107</sect2>
108
109<sect2><title>Description</title>
110
111<sect3><title>libuniconf, libwvstreams, libwvutils</title>
112<para>
113These libraries contain the base C++ classes for rapid application
114development.
115</para></sect3>
116
117<sect3><title>libwvfft</title>
118<para><filename class="libraryfile">libwvfft</filename>
119enables <application>WvStreams</application> programs to easily handle
120Fast-Fourier transforms, instead of forcing the programmer to use the
121much harder to use <filename class="libraryfile">libfftw</filename>
122interface.
123</para></sect3>
124
125<sect3><title>libwvoggspeex</title>
126<para><filename class="libraryfile">libwvoggspeex</filename>
127enables quick and painless creation of audio streams using the Speex
128Voice over <acronym>IP</acronym> <acronym>CODEC</acronym>.
129</para></sect3>
130
131<sect3><title>libwvoggvorbis</title>
132<para><filename class="libraryfile">libwvoggvorbis</filename>
133enables quick and painless creation of audio streams using the OggVorbis
134<acronym>CODEC</acronym>.
135</para></sect3>
136
137<sect3><title>libwvqt</title>
138<para><filename class="libraryfile">libwvqt</filename>
139enables <application>WvStreams</application> to act as the I/O and
140configuration back end for <application>Qt</application> and
141<application><acronym>KDE</acronym></application>.
142</para></sect3>
143
144</sect2>
145
146</sect1>
Note: See TracBrowser for help on using the repository browser.