mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-31 20:42:34 +08:00
e8ec9467e9
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@7638 af4574ff-66df-0310-9fd7-8a98e5e911e0
118 lines
3.6 KiB
XML
118 lines
3.6 KiB
XML
<?xml version="1.0" encoding="ISO-8859-1"?>
|
|
<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
|
|
"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
|
|
<!ENTITY % general-entities SYSTEM "../../general.ent">
|
|
%general-entities;
|
|
|
|
<!ENTITY libmowgli-download-http "http://distfiles.atheme.org/libmowgli-&libmowgli-version;.tgz">
|
|
<!ENTITY libmowgli-download-ftp " ">
|
|
<!ENTITY libmowgli-md5sum "402c2de0da7f83f5e3390397ad994b20">
|
|
<!ENTITY libmowgli-size "113 KB">
|
|
<!ENTITY libmowgli-buildsize "1.9 MB">
|
|
<!ENTITY libmowgli-time "less than 0.1 SBU">
|
|
]>
|
|
|
|
<sect1 id="libmowgli" xreflabel="libmowgli-&libmowgli-version;">
|
|
<?dbhtml filename="Mowgli.html"?>
|
|
|
|
<sect1info>
|
|
<othername>$LastChangedBy$</othername>
|
|
<date>$Date$</date>
|
|
</sect1info>
|
|
|
|
<title>libmowgli-&libmowgli-version;</title>
|
|
|
|
<indexterm zone="libmowgli">
|
|
<primary sortas="a-libmowgli">Libmowgli</primary>
|
|
</indexterm>
|
|
|
|
<sect2 role="package">
|
|
<title>Introduction to libmowgli</title>
|
|
|
|
<para>The <application>libmowgli</application> package contains a
|
|
development framework for C, similar to <xref linkend="glib2"/>. It
|
|
provides high performance and highly flexible algorithms for routine
|
|
tasks such as reference-counting, linked lists and spinlocks, and thus
|
|
helps programmers write better engineered code.</para>
|
|
|
|
<bridgehead renderas="sect3">Package Information</bridgehead>
|
|
<itemizedlist spacing="compact">
|
|
<listitem>
|
|
<para>Download (HTTP): <ulink url="&libmowgli-download-http;"/></para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>Download (FTP): <ulink url="&libmowgli-download-ftp;"/></para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>Download MD5 sum: &libmowgli-md5sum;</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>Download size: &libmowgli-size;</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>Estimated disk space required: &libmowgli-buildsize;</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>Estimated build time: &libmowgli-time;</para>
|
|
</listitem>
|
|
</itemizedlist>
|
|
|
|
<para condition="html" role="usernotes">User Notes:
|
|
<ulink url="&blfs-wiki;/Mowgli"/></para>
|
|
|
|
</sect2>
|
|
|
|
<sect2 role="installation">
|
|
<title>Installation of libmowgli</title>
|
|
|
|
<para>Install <application>libmowgli</application> by running the following
|
|
commands:</para>
|
|
|
|
<screen><userinput>./configure --prefix=/usr &&
|
|
make</userinput></screen>
|
|
|
|
<para>This package does not come with a formal test suite.</para>
|
|
|
|
<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 Libraries</segtitle>
|
|
<segtitle>Installed Directories</segtitle>
|
|
|
|
<seglistitem>
|
|
<seg>None</seg>
|
|
<seg>libmowgli.so</seg>
|
|
<seg>/usr/include/libmowgli</seg>
|
|
</seglistitem>
|
|
</segmentedlist>
|
|
|
|
<variablelist>
|
|
<bridgehead renderas="sect3">Short Descriptions</bridgehead>
|
|
<?dbfo list-presentation="list"?>
|
|
<?dbhtml list-presentation="table"?>
|
|
|
|
<varlistentry id="libmowgli.so">
|
|
<term><filename class='libraryfile'>libmowgli.so</filename></term>
|
|
<listitem>
|
|
<para>libraries contain optimized functions for various common
|
|
C programming tasks.</para>
|
|
<indexterm zone="libmowgli">
|
|
<primary sortas="c-libmowgli">libmowgli.so</primary>
|
|
</indexterm>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
</variablelist>
|
|
|
|
</sect2>
|
|
|
|
</sect1>
|