mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-24 23:32:12 +08:00
Tagged gnet.xml.
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@3846 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
parent
bf8ac0130c
commit
ef8b91c2ba
@ -57,7 +57,7 @@
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
|
||||
<bridgehead renderas="sect3">TEMPLATE Dependencies</bridgehead>
|
||||
<bridgehead renderas="sect3">CURL Dependencies</bridgehead>
|
||||
|
||||
<bridgehead renderas="sect4">Optional</bridgehead>
|
||||
<para><xref linkend="pkgconfig"/>,
|
||||
|
@ -1,3 +1,4 @@
|
||||
<?xml version="1.0" encoding="ISO-8859-1"?>
|
||||
<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
|
||||
"http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
|
||||
<!ENTITY % general-entities SYSTEM "../../general.ent">
|
||||
@ -12,92 +13,106 @@
|
||||
]>
|
||||
|
||||
<sect1 id="gnet" xreflabel="GNet-&gnet-version;">
|
||||
<sect1info>
|
||||
<othername>$LastChangedBy$</othername>
|
||||
<date>$Date$</date>
|
||||
</sect1info>
|
||||
<?dbhtml filename="gnet.html"?>
|
||||
<title>GNet-&gnet-version;</title>
|
||||
<indexterm zone="gnet">
|
||||
<primary sortas="a-GNet">GNet</primary></indexterm>
|
||||
|
||||
<sect2>
|
||||
<title>Introduction to <application>GNet</application></title>
|
||||
|
||||
<para>The <application>GNet</application> package contains a simple network
|
||||
library. This is useful for supporting <acronym>TCP</acronym> sockets,
|
||||
<acronym>UDP</acronym> and <acronym>IP</acronym> multicast, asynchronous
|
||||
<acronym>DNS</acronym> lookup, and more.</para>
|
||||
|
||||
<sect3><title>Package information</title>
|
||||
<itemizedlist spacing='compact'>
|
||||
<listitem><para>Download (HTTP): <ulink
|
||||
url="&gnet-download-http;"/></para></listitem>
|
||||
<listitem><para>Download (FTP): <ulink
|
||||
url="&gnet-download-ftp;"/></para></listitem>
|
||||
<listitem><para>Download MD5 sum: &gnet-md5sum;</para></listitem>
|
||||
<listitem><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>
|
||||
|
||||
<sect3><title><application>GNet</application> dependencies</title>
|
||||
<sect4><title>Required</title>
|
||||
<para><xref linkend="GLib"/> or <xref linkend="glib2"/></para>
|
||||
</sect4>
|
||||
</sect3>
|
||||
|
||||
</sect2>
|
||||
|
||||
<sect2>
|
||||
<title>Installation of <application>GNet</application></title>
|
||||
|
||||
<para>Install <application>GNet</application> by running the following
|
||||
commands:</para>
|
||||
|
||||
<screen><userinput><command>./configure --prefix=/usr &&
|
||||
make</command></userinput></screen>
|
||||
|
||||
<para>Now, as the root user:</para>
|
||||
|
||||
<screen><userinput role='root'><command>make install</command></userinput></screen>
|
||||
|
||||
</sect2>
|
||||
|
||||
<sect2>
|
||||
<title>Contents</title>
|
||||
|
||||
<segmentedlist>
|
||||
<segtitle>Installed Programs</segtitle>
|
||||
<segtitle>Installed Library</segtitle>
|
||||
<segtitle>Installed Directories</segtitle>
|
||||
|
||||
<seglistitem>
|
||||
<seg>None</seg>
|
||||
<seg>libgnet-2.0.[so,a]</seg>
|
||||
<seg>/usr/include/gnet-2.0, /usr/lib/gnet-2.0 and
|
||||
/usr/share/doc/libgnet2.0-dev</seg>
|
||||
</seglistitem>
|
||||
</segmentedlist>
|
||||
|
||||
<variablelist>
|
||||
<bridgehead renderas="sect3">Short Descriptions</bridgehead>
|
||||
<?dbfo list-presentation="list"?>
|
||||
|
||||
<varlistentry id="libgnet">
|
||||
<term><filename class='libraryfile'>libgnet-2.0.[so,a]</filename></term>
|
||||
<listitem><para>is a simple network library written in C. It is
|
||||
object-oriented and built upon <application>GLib</application>. It is
|
||||
intended to be easy to use and port.</para>
|
||||
<indexterm zone="gnet libgnet">
|
||||
<primary sortas="c-libgnet-2.0">libgnet-2.0.[so,a]</primary>
|
||||
</indexterm></listitem>
|
||||
</varlistentry>
|
||||
</variablelist>
|
||||
|
||||
</sect2>
|
||||
|
||||
<?dbhtml filename="gnet.html"?>
|
||||
|
||||
<sect1info>
|
||||
<othername>$LastChangedBy$</othername>
|
||||
<date>$Date$</date>
|
||||
</sect1info>
|
||||
|
||||
<title>GNet-&gnet-version;</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
|
||||
library. This is useful for supporting TCP sockets, UDP and IP multicast,
|
||||
asynchronous DNS lookup, and more.</para>
|
||||
|
||||
<bridgehead renderas="sect3">Package Information</bridgehead>
|
||||
<itemizedlist spacing='compact'>
|
||||
<listitem>
|
||||
<para>Download (HTTP): <ulink url="&gnet-download-http;"/></para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>Download (FTP): <ulink url="&gnet-download-ftp;"/></para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>Download MD5 sum: &gnet-md5sum;</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<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>
|
||||
|
||||
<bridgehead renderas="sect3">GNet Dependencies</bridgehead>
|
||||
|
||||
<bridgehead renderas="sect4">Required</bridgehead>
|
||||
<para><xref linkend="GLib"/> or <xref linkend="glib2"/></para>
|
||||
|
||||
</sect2>
|
||||
|
||||
<sect2 role="installation">
|
||||
<title>Installation of GNet</title>
|
||||
|
||||
<para>Install <application>GNet</application> by running the following
|
||||
commands:</para>
|
||||
|
||||
<screen><userinput>./configure --prefix=/usr &&
|
||||
make</userinput></screen>
|
||||
|
||||
<para>Now, as the <systemitem class="username">root</systemitem> user:</para>
|
||||
|
||||
<screen role='root'><userinput>make install</userinput></screen>
|
||||
|
||||
</sect2>
|
||||
|
||||
<sect2 role="content">
|
||||
<title>Contents</title>
|
||||
|
||||
<segmentedlist>
|
||||
<segtitle>Installed Programs</segtitle>
|
||||
<segtitle>Installed Library</segtitle>
|
||||
<segtitle>Installed Directories</segtitle>
|
||||
|
||||
<seglistitem>
|
||||
<seg>None</seg>
|
||||
<seg>libgnet-2.0.[so,a]</seg>
|
||||
<seg>/usr/include/gnet-2.0, /usr/lib/gnet-2.0 and
|
||||
/usr/share/doc/libgnet2.0-dev</seg>
|
||||
</seglistitem>
|
||||
</segmentedlist>
|
||||
|
||||
<variablelist>
|
||||
<bridgehead renderas="sect3">Short Descriptions</bridgehead>
|
||||
<?dbfo list-presentation="list"?>
|
||||
<?dbhtml list-presentation="table"?>
|
||||
|
||||
<varlistentry id="libgnet">
|
||||
<term><filename class='libraryfile'>libgnet-2.0.[so,a]</filename></term>
|
||||
<listitem>
|
||||
<para>is a simple network library written in C. It is
|
||||
object-oriented and built upon <application>GLib</application>. It is
|
||||
intended to be easy to use and port.</para>
|
||||
<indexterm zone="gnet libgnet">
|
||||
<primary sortas="c-libgnet-2.0">libgnet-2.0.[so,a]</primary>
|
||||
</indexterm>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
</variablelist>
|
||||
|
||||
</sect2>
|
||||
|
||||
</sect1>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user