source: basicnet/netlibs/wvstreams.xml@ 63cc8c1

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 63cc8c1 was df7efe5, checked in by Igor Živković <igor@…>, 20 years ago

Added --without-readline switch to PostgreSQL instructions, reported by Matthew Burgess.

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

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