Tagged gnet.xml.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@3846 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Manuel Canales Esparcia 2005-04-29 17:47:57 +00:00
parent bf8ac0130c
commit ef8b91c2ba
2 changed files with 103 additions and 88 deletions

View File

@ -57,7 +57,7 @@
</listitem> </listitem>
</itemizedlist> </itemizedlist>
<bridgehead renderas="sect3">TEMPLATE Dependencies</bridgehead> <bridgehead renderas="sect3">CURL Dependencies</bridgehead>
<bridgehead renderas="sect4">Optional</bridgehead> <bridgehead renderas="sect4">Optional</bridgehead>
<para><xref linkend="pkgconfig"/>, <para><xref linkend="pkgconfig"/>,

View File

@ -1,3 +1,4 @@
<?xml version="1.0" encoding="ISO-8859-1"?>
<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN" <!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
"http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [ "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
<!ENTITY % general-entities SYSTEM "../../general.ent"> <!ENTITY % general-entities SYSTEM "../../general.ent">
@ -12,61 +13,71 @@
]> ]>
<sect1 id="gnet" xreflabel="GNet-&gnet-version;"> <sect1 id="gnet" xreflabel="GNet-&gnet-version;">
<?dbhtml filename="gnet.html"?>
<sect1info> <sect1info>
<othername>$LastChangedBy$</othername> <othername>$LastChangedBy$</othername>
<date>$Date$</date> <date>$Date$</date>
</sect1info> </sect1info>
<?dbhtml filename="gnet.html"?>
<title>GNet-&gnet-version;</title>
<indexterm zone="gnet">
<primary sortas="a-GNet">GNet</primary></indexterm>
<sect2> <title>GNet-&gnet-version;</title>
<title>Introduction to <application>GNet</application></title>
<indexterm zone="gnet">
<primary sortas="a-GNet">GNet</primary>
</indexterm>
<sect2 role="package">
<title>Introduction to GNet</title>
<para>The <application>GNet</application> package contains a simple network <para>The <application>GNet</application> package contains a simple network
library. This is useful for supporting <acronym>TCP</acronym> sockets, library. This is useful for supporting TCP sockets, UDP and IP multicast,
<acronym>UDP</acronym> and <acronym>IP</acronym> multicast, asynchronous asynchronous DNS lookup, and more.</para>
<acronym>DNS</acronym> lookup, and more.</para>
<sect3><title>Package information</title> <bridgehead renderas="sect3">Package Information</bridgehead>
<itemizedlist spacing='compact'> <itemizedlist spacing='compact'>
<listitem><para>Download (HTTP): <ulink <listitem>
url="&gnet-download-http;"/></para></listitem> <para>Download (HTTP): <ulink url="&gnet-download-http;"/></para>
<listitem><para>Download (FTP): <ulink </listitem>
url="&gnet-download-ftp;"/></para></listitem> <listitem>
<listitem><para>Download MD5 sum: &gnet-md5sum;</para></listitem> <para>Download (FTP): <ulink url="&gnet-download-ftp;"/></para>
<listitem><para>Download size: &gnet-size;</para></listitem> </listitem>
<listitem><para>Estimated disk space required: <listitem>
&gnet-buildsize;</para></listitem> <para>Download MD5 sum: &gnet-md5sum;</para>
<listitem><para>Estimated build time: </listitem>
&gnet-time;</para></listitem></itemizedlist> <listitem>
</sect3> <para>Download size: &gnet-size;</para>
</listitem>
<listitem>
<para>Estimated disk space required: &gnet-buildsize;</para>
</listitem>
<listitem>
<para>Estimated build time: &gnet-time;</para>
</listitem>
</itemizedlist>
<sect3><title><application>GNet</application> dependencies</title> <bridgehead renderas="sect3">GNet Dependencies</bridgehead>
<sect4><title>Required</title>
<bridgehead renderas="sect4">Required</bridgehead>
<para><xref linkend="GLib"/> or <xref linkend="glib2"/></para> <para><xref linkend="GLib"/> or <xref linkend="glib2"/></para>
</sect4>
</sect3>
</sect2> </sect2>
<sect2> <sect2 role="installation">
<title>Installation of <application>GNet</application></title> <title>Installation of GNet</title>
<para>Install <application>GNet</application> by running the following <para>Install <application>GNet</application> by running the following
commands:</para> commands:</para>
<screen><userinput><command>./configure --prefix=/usr &amp;&amp; <screen><userinput>./configure --prefix=/usr &amp;&amp;
make</command></userinput></screen> make</userinput></screen>
<para>Now, as the root user:</para> <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
<screen><userinput role='root'><command>make install</command></userinput></screen> <screen role='root'><userinput>make install</userinput></screen>
</sect2> </sect2>
<sect2> <sect2 role="content">
<title>Contents</title> <title>Contents</title>
<segmentedlist> <segmentedlist>
@ -85,16 +96,20 @@ make</command></userinput></screen>
<variablelist> <variablelist>
<bridgehead renderas="sect3">Short Descriptions</bridgehead> <bridgehead renderas="sect3">Short Descriptions</bridgehead>
<?dbfo list-presentation="list"?> <?dbfo list-presentation="list"?>
<?dbhtml list-presentation="table"?>
<varlistentry id="libgnet"> <varlistentry id="libgnet">
<term><filename class='libraryfile'>libgnet-2.0.[so,a]</filename></term> <term><filename class='libraryfile'>libgnet-2.0.[so,a]</filename></term>
<listitem><para>is a simple network library written in C. It is <listitem>
<para>is a simple network library written in C. It is
object-oriented and built upon <application>GLib</application>. It is object-oriented and built upon <application>GLib</application>. It is
intended to be easy to use and port.</para> intended to be easy to use and port.</para>
<indexterm zone="gnet libgnet"> <indexterm zone="gnet libgnet">
<primary sortas="c-libgnet-2.0">libgnet-2.0.[so,a]</primary> <primary sortas="c-libgnet-2.0">libgnet-2.0.[so,a]</primary>
</indexterm></listitem> </indexterm>
</listitem>
</varlistentry> </varlistentry>
</variablelist> </variablelist>
</sect2> </sect2>