source: networking/netlibs/glib-networking.xml@ 8e53bfc

kde5-14686 systemd-13485
Last change on this file since 8e53bfc was b7588d9, checked in by Christopher Gregory <cjg@…>, 10 years ago

Update to vala-0.26.0, p11-kit-0.20.7, dconf-0.22.0, gsettings-desktop-schemas-3.14.0, glib-networking-2.42.0 and dconf-0.22.0.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/branches/systemd@14400 af4574ff-66df-0310-9fd7-8a98e5e911e0

  • Property mode set to 100644
File size: 4.3 KB
RevLine 
[7236a20]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
[f8efa5b]7 <!ENTITY glib-networking-download-http
[04bf697b]8 "&gnome-download-http;/glib-networking/2.40/glib-networking-&glib-networking-version;.tar.xz">
[0d7900a]9 <!ENTITY glib-networking-download-ftp
[04bf697b]10 "&gnome-download-ftp;/glib-networking/2.40/glib-networking-&glib-networking-version;.tar.xz">
[b7588d9]11 <!ENTITY glib-networking-md5sum "d1935e6974da7f39d265303c87a8389b">
12 <!ENTITY glib-networking-size "355 KB">
13 <!ENTITY glib-networking-buildsize "7.7 MB (additional 905 KB for the tests) MB">
[949e158]14 <!ENTITY glib-networking-time "0.1 SBU (additional less than 0.1 SBU for the tests)">
[7236a20]15]>
16
17<sect1 id="glib-networking" xreflabel="glib-networking-&glib-networking-version;">
18 <?dbhtml filename="glib-networking.html"?>
19
20 <sect1info>
21 <othername>$LastChangedBy$</othername>
22 <date>$Date$</date>
23 </sect1info>
24
25 <title>glib-networking-&glib-networking-version;</title>
26
27 <indexterm zone="glib-networking">
28 <primary sortas="a-glib-networking">glib-networking</primary>
29 </indexterm>
30
31 <sect2 role="package">
[7ded7e3]32 <title>Introduction to GLib Networking</title>
[7236a20]33
[7ded7e3]34 <para>
35 The <application>GLib Networking</application> package contains
36 Network related gio modules for <application>GLib</application>.
37 </para>
[7236a20]38
[9a9c7c2]39 &lfs76_checked;
[7236a20]40
41 <bridgehead renderas="sect3">Package Information</bridgehead>
42 <itemizedlist spacing="compact">
43 <listitem>
[7ded7e3]44 <para>
45 Download (HTTP): <ulink url="&glib-networking-download-http;"/>
46 </para>
[7236a20]47 </listitem>
48 <listitem>
[7ded7e3]49 <para>
50 Download (FTP): <ulink url="&glib-networking-download-ftp;"/>
51 </para>
[7236a20]52 </listitem>
53 <listitem>
[7ded7e3]54 <para>
55 Download MD5 sum: &glib-networking-md5sum;
56 </para>
[7236a20]57 </listitem>
58 <listitem>
[7ded7e3]59 <para>
60 Download size: &glib-networking-size;
61 </para>
[7236a20]62 </listitem>
63 <listitem>
[7ded7e3]64 <para>
65 Estimated disk space required: &glib-networking-buildsize;
66 </para>
[7236a20]67 </listitem>
68 <listitem>
[7ded7e3]69 <para>
70 Estimated build time: &glib-networking-time;
71 </para>
[7236a20]72 </listitem>
73 </itemizedlist>
74
[7ded7e3]75 <bridgehead renderas="sect3">GLib Networking Dependencies</bridgehead>
[7236a20]76
77 <bridgehead renderas="sect4">Required</bridgehead>
[f8efa5b]78 <para role="required">
79 <xref linkend="gnutls"/> and
80 <xref linkend="gsettings-desktop-schemas"/>
81 </para>
[7236a20]82
[4c2be438]83 <bridgehead renderas="sect4">Recommended</bridgehead>
84 <para role="recommended">
[41aad3e3]85 <xref linkend="cacerts"/> and
[4c2be438]86 <xref linkend="p11-kit"/>
87 </para>
88
[7236a20]89 <bridgehead renderas="sect4">Optional</bridgehead>
[f8efa5b]90 <para role="optional">
[7ded7e3]91 <ulink url="http://code.google.com/p/libproxy/">libproxy</ulink>
[f8efa5b]92 </para>
[7236a20]93
94 <para condition="html" role="usernotes">User Notes:
[7ded7e3]95 <ulink url="&blfs-wiki;/glib-networking"/>
96 </para>
[7236a20]97 </sect2>
98
99 <sect2 role="installation">
[7ded7e3]100 <title>Installation of GLib Networking</title>
[7236a20]101
[7ded7e3]102 <para>
103 Install <application>GLib Networking</application> by running the following
104 commands:
105 </para>
[7236a20]106
[9a9c7c2]107<screen><userinput>./configure --prefix=/usr --disable-static &amp;&amp;
[7236a20]108make</userinput></screen>
109
[7ded7e3]110 <para>
[949e158]111 To test the results, issue: <command>make check</command>.
[7ded7e3]112 </para>
[7236a20]113
[7ded7e3]114 <para>
115 Now, as the <systemitem class="username">root</systemitem> user:
116 </para>
[7236a20]117
118<screen role="root"><userinput>make install</userinput></screen>
119
120 </sect2>
121
122 <sect2 role="commands">
123 <title>Command Explanations</title>
124
[f8efa5b]125 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[7ded7e3]126 href="../../xincludes/static-libraries.xml"/>
[7236a20]127
128 </sect2>
129
130 <sect2 role="content">
131 <title>Contents</title>
132
133 <segmentedlist>
[9a9c7c2]134 <segtitle>Installed Programs</segtitle>
[7236a20]135 <segtitle>Installed Libraries</segtitle>
136 <segtitle>Installed Directories</segtitle>
137
138 <seglistitem>
[f8efa5b]139 <seg>
[598d4ef3]140 None
[f8efa5b]141 </seg>
142 <seg>
143 libgiognomeproxy.so, libgiognutls.so and
[9a9c7c2]144 libgiolibproxy.so (GIO Modules)
[f8efa5b]145 </seg>
146 <seg>
[598d4ef3]147 None
[f8efa5b]148 </seg>
[7236a20]149 </seglistitem>
150 </segmentedlist>
151
152 </sect2>
153
154</sect1>
Note: See TracBrowser for help on using the repository browser.