source: basicnet/netlibs/gnet.xml@ ff769b8c

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

Updated the XML sources to use DocBook XML DTD-4.4.

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

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