source: networking/netlibs/libsoup.xml@ 2322fea6

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 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 2322fea6 was 2322fea6, checked in by Andrew Benton <andy@…>, 12 years ago

libsoup-2.38.0

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

  • Property mode set to 100644
File size: 5.9 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
7 <!ENTITY libsoup-download-http
8 "&gnome-download-http;/libsoup/2.38/libsoup-&libsoup-version;.tar.xz">
9 <!ENTITY libsoup-download-ftp
10 "&gnome-download-ftp;/libsoup/2.38/libsoup-&libsoup-version;.tar.xz">
11 <!ENTITY libsoup-md5sum "8a44d7cf1dea364b08cec2188b616657">
12 <!ENTITY libsoup-size "6.8 KB">
13 <!ENTITY libsoup-buildsize "23 MB">
14 <!ENTITY libsoup-time "0.3 SBU">
15]>
16
17<sect1 id="libsoup" xreflabel="libsoup-&libsoup-version;">
18 <?dbhtml filename="libsoup.html"?>
19
20 <sect1info>
21 <othername>$LastChangedBy$</othername>
22 <date>$Date$</date>
23 </sect1info>
24
25 <title>libsoup-&libsoup-version;</title>
26
27 <indexterm zone="libsoup">
28 <primary sortas="a-Libsoup">Libsoup</primary>
29 </indexterm>
30
31 <sect2 role="package">
32 <title>Introduction to libsoup</title>
33
34 <para>
35 The <application>libsoup</application> package contains an HTTP library
36 implementation in <application>C</application>. This is useful for
37 accessing HTTP servers in a completely asynchronous mode.
38 </para>
39
40 &lfs71_built;
41
42 <bridgehead renderas="sect3">Package Information</bridgehead>
43 <itemizedlist spacing="compact">
44 <listitem>
45 <para>
46 Download (HTTP): <ulink url="&libsoup-download-http;"/>
47 </para>
48 </listitem>
49 <listitem>
50 <para>
51 Download (FTP): <ulink url="&libsoup-download-ftp;"/>
52 </para>
53 </listitem>
54 <listitem>
55 <para>
56 Download MD5 sum: &libsoup-md5sum;
57 </para>
58 </listitem>
59 <listitem>
60 <para>
61 Download size: &libsoup-size;
62 </para>
63 </listitem>
64 <listitem>
65 <para>
66 Estimated disk space required: &libsoup-buildsize;
67 </para>
68 </listitem>
69 <listitem>
70 <para>
71 Estimated build time: &libsoup-time;
72 </para>
73 </listitem>
74 </itemizedlist>
75
76 <bridgehead renderas="sect3">libsoup Dependencies</bridgehead>
77
78 <bridgehead renderas="sect4">Required</bridgehead>
79 <para role="required">
80 <xref linkend="glib-networking"/> and
81 <xref linkend="libxml2"/>
82 </para>
83
84 <bridgehead renderas="sect4">Recommended</bridgehead>
85 <para role="recommended">
86 <xref linkend="libgnome-keyring"/> and
87 <xref linkend="sqlite"/>
88 (Required if building <application>Gnome</application>).
89 </para>
90
91 <bridgehead renderas="sect4">Optional</bridgehead>
92 <para role="optional">
93 <xref linkend="gobject-introspection"/>,
94 <xref linkend="gtk-doc"/>,
95 <xref linkend="apache"/> (required to run the test suite), and
96 <xref linkend="php"/> compiled with
97 <ulink url="http://xmlrpc-epi.sourceforge.net/main.php?t=php_about">XMLRPC-EPI</ulink>
98 support (only used for the XMLRPC regression tests).
99 </para>
100
101 <para condition="html" role="usernotes">
102 User Notes: <ulink url="&blfs-wiki;/libsoup"/>
103 </para>
104 </sect2>
105
106 <sect2 role="installation">
107 <title>Installation of libsoup</title>
108
109 <para>
110 Install <application>libsoup</application> by running the following
111 commands:
112 </para>
113
114<screen><userinput>./configure --prefix=/usr --without-gnome --disable-static &amp;&amp;
115make</userinput></screen>
116
117 <para>
118 To test the results, issue: <command>make check</command>.
119 </para>
120
121 <para>
122 Now, as the <systemitem class="username">root</systemitem> user:
123 </para>
124
125<screen role="root"><userinput>make install</userinput></screen>
126 </sect2>
127
128 <sect2 role="commands">
129 <title>Command Explanations</title>
130
131 <para>
132 <option>--without-gnome</option>: This prevents
133 <command>configure</command> looking for
134 <application>gnome-keyring</application>. Remove this option if you have
135 installed <xref linkend="gnome-keyring"/> and want to install
136 <application>Gnome</application>.
137 </para>
138
139 <para>
140 <option>--disable-static</option>: This option disables installing a
141 static version of <filename class='libraryfile'>libsoup-2.4.so</filename>.
142 </para>
143
144 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
145 href="../../xincludes/gtk-doc-rebuild.xml"/>
146 </sect2>
147
148 <sect2 role="content">
149 <title>Contents</title>
150
151 <segmentedlist>
152 <segtitle>Installed Libraries</segtitle>
153 <segtitle>Installed Directories</segtitle>
154
155 <seglistitem>
156 <seg>
157 libsoup-2.4.so and (if you have installed
158 <xref linkend="gnome-keyring"/>) libsoup-gnome-2.4.so
159 </seg>
160 <seg>
161 /usr/include/libsoup-2.4 and
162 /usr/share/gtk-doc/html/libsoup-2.4.
163 </seg>
164 </seglistitem>
165 </segmentedlist>
166
167 <variablelist>
168 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
169 <?dbfo list-presentation="list"?>
170 <?dbhtml list-presentation="table"?>
171
172 <varlistentry id="libsoup-2.4">
173 <term><filename class='libraryfile'>libsoup-2.4.so</filename></term>
174 <listitem>
175 <para>
176 provides functions for asynchronous HTTP connections.
177 </para>
178 <indexterm zone="libsoup libsoup-2.4">
179 <primary sortas="c-libsoup-2.4">libsoup-2.4.so</primary>
180 </indexterm>
181 </listitem>
182 </varlistentry>
183
184 <varlistentry id="libsoup-gnome-2.4">
185 <term><filename class='libraryfile'>libsoup-gnome-2.4.so</filename></term>
186 <listitem>
187 <para>
188 provides <application>Gnome</application> specific features.
189 </para>
190 <indexterm zone="libsoup libsoup-gnome-2.4">
191 <primary sortas="c-libsoup-gnome-2.4">libsoup-gnome-2.4.so</primary>
192 </indexterm>
193 </listitem>
194 </varlistentry>
195 </variablelist>
196 </sect2>
197</sect1>
Note: See TracBrowser for help on using the repository browser.