Changeset 5e19933 for basicnet


Ignore:
Timestamp:
09/19/2003 02:15:02 AM (21 years ago)
Author:
Larry Lawrence <larry@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 6.0, 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, v5_0, v5_0-pre1, v5_1, v5_1-pre1, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
2fcc9ee
Parents:
292bc8bf
Message:

update gnet intro and gconf intro

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

Location:
basicnet/netlibs
Files:
7 edited

Legend:

Unmodified
Added
Removed
  • basicnet/netlibs/gnet.xml

    r292bc8bf r5e19933  
    55&gnet-intro;
    66&gnet-inst;
    7 &gnet-exp;
    87&gnet-desc;
    98
  • basicnet/netlibs/gnet/gnet-config.xml

    r292bc8bf r5e19933  
    11<sect2>
    2 <title>Configuring gnet</title>
     2<title>Configuring <application>gnet</application></title>
    33
    44<sect3><title>Config files</title>
  • basicnet/netlibs/gnet/gnet-desc.xml

    r292bc8bf r5e19933  
    22<title>Contents</title>
    33
    4 <para>The gnet package contains <filename>libgnet</filename> libraries.</para>
     4<para>The <application>gnet</application> package contains <filename>libgnet</filename> libraries.</para>
    55
    66</sect2>
  • basicnet/netlibs/gnet/gnet-exp.xml

    r292bc8bf r5e19933  
    22<title>Command explanations</title>
    33
    4 <para><userinput>--enable-glib2</userinput> : This switch ensures that
    5 gnet will link against GLib2.  Configure defaults to GLib, if it is
    6 installed, instead of GLib2.</para>
     4<para><command>--enable-glib2</command> : This switch ensures that
     5<application>gnet</application> will link against
     6<applicatin>GLib</application> version 2.  Configure defaults to
     7<application>GLib</application>, if it is
     8installed, instead of <application>GLib</application> version 2.</para>
    79
    810</sect2>
  • basicnet/netlibs/gnet/gnet-inst.xml

    r292bc8bf r5e19933  
    11<sect2>
    2 <title>Installation of gnet</title>
     2<title>Installation of <application>gnet</application></title>
    33
    4 <para>Install gnet by running the following commands:</para>
     4<para>Install <application>gnet</application> by running the following commands:
     5</para>
    56
    6 <para><screen><userinput>./configure --prefix=/usr --enable-glib2 &amp;&amp;
     7<screen><userinput><command>./configure --prefix=/usr &amp;&amp;
    78make &amp;&amp;
    8 make install</userinput></screen></para>
     9make install</command></userinput></screen>
    910
    1011</sect2>
  • basicnet/netlibs/gnet/gnet-intro.xml

    r292bc8bf r5e19933  
    11<sect2>
    2 <title>Introduction to gnet</title>
     2<title>Introduction to <application>gnet</application></title>
    33
    4 <screen>Download location (HTTP):       <ulink url="&gnet-download-http;"/>
    5 Download location (FTP):        <ulink url="&gnet-download-ftp;"/>
    6 Version used:                   &gnet-version;
    7 Package size:                   &gnet-size;
    8 Estimated Disk space required:  &gnet-buildsize;
    9 Estimated build time:           &gnet-time;</screen>
    104
    11 <para>The gnet package contains a simple network library. This is useful
    12 for supporting TCP sockets, UDP and IP multicast, asynchronous DNS
    13 lookup, and more.</para>
     5<para>The <application>gnet</application> package contains a simple network
     6library. This is useful for supporting <acronym>TCP</acronym> sockets,
     7<acronym>UDP</acronym> and <acronym>IP</acronym> multicast, asynchronous
     8<acronym>DNS</acronym> lookup, and more.</para>
    149
    15 <screen>gnet depends on:
    16 <xref linkend="GLib2"/></screen>
     10<sect3><title>Package information</title>
     11<itemizedlist spacing='compact'>
     12<listitem><para>Download (HTTP): <ulink
     13url="&gnet-download-http;"/></para></listitem>
     14<listitem><para>Download (FTP): <ulink
     15url="&gnet-download-ftp;"/></para></listitem>
     16<listitem><para>Download size: &gnet-size;</para></listitem>
     17<listitem><para>Estimated Disk space required:
     18&gnet-buildsize;</para></listitem>
     19<listitem><para>Estimated build time:
     20&gnet-time;</para></listitem></itemizedlist>
     21</sect3>
     22
     23<sect3><title><application>gnet</application> dependencies</title>
     24<sect4><title>Required</title>
     25<para><xref linkend="GLib2"/></para></sect4>
     26</sect3>
     27
    1728
    1829</sect2>
  • basicnet/netlibs/netlibs.xml

    r292bc8bf r5e19933  
    66&wvstreams;
    77&gnet;
     8&libsoup;
    89
    910</chapter>
Note: See TracChangeset for help on using the changeset viewer.