mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-25 07:42:13 +08:00
518538fb6d
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@3244 af4574ff-66df-0310-9fd7-8a98e5e911e0
71 lines
2.1 KiB
XML
71 lines
2.1 KiB
XML
<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
|
|
"http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd" [
|
|
<!ENTITY % general-entities SYSTEM "../../general.ent">
|
|
%general-entities;
|
|
|
|
<!ENTITY gnet-download-http "http://gnetlibrary.org/src/gnet-&gnet-version;.tar.gz">
|
|
<!ENTITY gnet-download-ftp " ">
|
|
<!ENTITY gnet-size "412 KB">
|
|
<!ENTITY gnet-buildsize "9.6 MB">
|
|
<!ENTITY gnet-time "0.18 SBU">
|
|
]>
|
|
|
|
<sect1 id="gnet" xreflabel="GNet-&gnet-version;">
|
|
<sect1info>
|
|
<othername>$LastChangedBy$</othername>
|
|
<date>$Date$</date>
|
|
</sect1info>
|
|
<?dbhtml filename="gnet.html"?>
|
|
<title>GNet-&gnet-version;</title>
|
|
|
|
<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 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="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 &&
|
|
make install</command></userinput></screen>
|
|
|
|
</sect2>
|
|
|
|
<sect2>
|
|
<title>Contents</title>
|
|
|
|
<para>The <application>GNet</application> package contains <filename>libgnet</filename> libraries.</para>
|
|
|
|
</sect2>
|
|
|
|
</sect1>
|
|
|