mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-01 13:02:35 +08:00
50d2046730
and moved it to General Libraries. Added Mowgli as a dependency. Audacious (the only package that uses MCS) works and can store its configuration in plain files and kconfig. GConf is not tested. git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@7282 af4574ff-66df-0310-9fd7-8a98e5e911e0
118 lines
3.5 KiB
XML
118 lines
3.5 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 Mowgli-download-http "http://distfiles.atheme.org/libmowgli-&Mowgli-version;.tgz">
|
|
<!ENTITY Mowgli-download-ftp " ">
|
|
<!ENTITY Mowgli-md5sum "80f8a27f1b44b0b129215f858ab1ab82">
|
|
<!ENTITY Mowgli-size "106 KB">
|
|
<!ENTITY Mowgli-buildsize "2.0 MB">
|
|
<!ENTITY Mowgli-time "less than 0.1 SBU">
|
|
]>
|
|
|
|
<sect1 id="Mowgli" xreflabel="Mowgli-&Mowgli-version;">
|
|
<?dbhtml filename="Mowgli.html"?>
|
|
|
|
<sect1info>
|
|
<othername>$LastChangedBy$</othername>
|
|
<date>$Date$</date>
|
|
</sect1info>
|
|
|
|
<title>Mowgli-&Mowgli-version;</title>
|
|
|
|
<indexterm zone="Mowgli">
|
|
<primary sortas="a-Mowgli">Mowgli</primary>
|
|
</indexterm>
|
|
|
|
<sect2 role="package">
|
|
<title>Introduction to Mowgli</title>
|
|
|
|
<para>The <application>Mowgli</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="&Mowgli-download-http;"/></para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>Download (FTP): <ulink url="&Mowgli-download-ftp;"/></para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>Download MD5 sum: &Mowgli-md5sum;</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>Download size: &Mowgli-size;</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>Estimated disk space required: &Mowgli-buildsize;</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>Estimated build time: &Mowgli-time;</para>
|
|
</listitem>
|
|
</itemizedlist>
|
|
|
|
<para condition="html" role="usernotes">User Notes:
|
|
<ulink url="&blfs-wiki;/Mowgli"/></para>
|
|
|
|
</sect2>
|
|
|
|
<sect2 role="installation">
|
|
<title>Installation of Mowgli</title>
|
|
|
|
<para>Install <application>Mowgli</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">
|
|
<term><filename class='libraryfile'>libmowgli.so</filename></term>
|
|
<listitem>
|
|
<para>libraries contain optimized functions for various common
|
|
C programming tasks.</para>
|
|
<indexterm zone="Mowgli libmowgli">
|
|
<primary sortas="c-libmowgli">libmowgli.{so,a}</primary>
|
|
</indexterm>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
</variablelist>
|
|
|
|
</sect2>
|
|
|
|
</sect1>
|