source: basicnet/netlibs/gnet.xml@ 7e7cb4a

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.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 7e7cb4a was 7e7cb4a, checked in by Manuel Canales Esparcia <manuel@…>, 18 years ago

Reverted last commit made by error.

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

  • Property mode set to 100644
File size: 3.6 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
3 "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
7 <!ENTITY gnet-download-http "http://gnetlibrary.org/src/gnet-&gnet-version;.tar.gz">
8 <!ENTITY gnet-download-ftp " ">
9 <!ENTITY gnet-md5sum "3a7a40411775688fe4c42141ab007048">
10 <!ENTITY gnet-size "595 KB">
11 <!ENTITY gnet-buildsize "7.6 MB">
12 <!ENTITY gnet-time "0.2 SBU">
13]>
14
15<sect1 id="gnet" xreflabel="GNet-&gnet-version;">
16 <?dbhtml filename="gnet.html"?>
17
18 <sect1info>
19 <othername>$LastChangedBy$</othername>
20 <date>$Date$</date>
21 </sect1info>
22
23 <title>GNet-&gnet-version;</title>
24
25 <indexterm zone="gnet">
26 <primary sortas="a-GNet">GNet</primary>
27 </indexterm>
28
29 <sect2 role="package">
30 <title>Introduction to GNet</title>
31
32 <para>The <application>GNet</application> package contains a simple network
33 library. This is useful for supporting TCP sockets, UDP and IP multicast,
34 asynchronous DNS lookup, and more.</para>
35
36 <bridgehead renderas="sect3">Package Information</bridgehead>
37 <itemizedlist spacing='compact'>
38 <listitem>
39 <para>Download (HTTP): <ulink url="&gnet-download-http;"/></para>
40 </listitem>
41 <listitem>
42 <para>Download (FTP): <ulink url="&gnet-download-ftp;"/></para>
43 </listitem>
44 <listitem>
45 <para>Download MD5 sum: &gnet-md5sum;</para>
46 </listitem>
47 <listitem>
48 <para>Download size: &gnet-size;</para>
49 </listitem>
50 <listitem>
51 <para>Estimated disk space required: &gnet-buildsize;</para>
52 </listitem>
53 <listitem>
54 <para>Estimated build time: &gnet-time;</para>
55 </listitem>
56 </itemizedlist>
57
58 <bridgehead renderas="sect3">GNet Dependencies</bridgehead>
59
60 <bridgehead renderas="sect4">Required</bridgehead>
61 <para><xref linkend="GLib"/> or <xref linkend="glib2"/></para>
62
63 </sect2>
64
65 <sect2 role="installation">
66 <title>Installation of GNet</title>
67
68 <para>Install <application>GNet</application> by running the following
69 commands:</para>
70
71<screen><userinput>./configure --prefix=/usr &amp;&amp;
72make</userinput></screen>
73
74 <para>This package does not come with a test suite.</para>
75
76 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
77
78<screen role='root'><userinput>make install</userinput></screen>
79
80 </sect2>
81
82 <sect2 role="content">
83 <title>Contents</title>
84
85 <segmentedlist>
86 <segtitle>Installed Programs</segtitle>
87 <segtitle>Installed Library</segtitle>
88 <segtitle>Installed Directories</segtitle>
89
90 <seglistitem>
91 <seg>None</seg>
92 <seg>libgnet-2.0.[so,a]</seg>
93 <seg>/usr/include/gnet-2.0, /usr/lib/gnet-2.0 and
94 /usr/share/doc/libgnet2.0-dev or /usr/share/gtk-doc/html/gnet</seg>
95 </seglistitem>
96 </segmentedlist>
97
98 <variablelist>
99 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
100 <?dbfo list-presentation="list"?>
101 <?dbhtml list-presentation="table"?>
102
103 <varlistentry id="libgnet">
104 <term><filename class='libraryfile'>libgnet-2.0.[so,a]</filename></term>
105 <listitem>
106 <para>is a simple network library written in C. It is
107 object-oriented and built upon <application>GLib</application>. It is
108 intended to be easy to use and port.</para>
109 <indexterm zone="gnet libgnet">
110 <primary sortas="c-libgnet-2.0">libgnet-2.0.[so,a]</primary>
111 </indexterm>
112 </listitem>
113 </varlistentry>
114
115 </variablelist>
116
117 </sect2>
118
119</sect1>
Note: See TracBrowser for help on using the repository browser.