source: general/genlib/mowgli.xml@ f77b0b9

6.3 6.3-rc3
Last change on this file since f77b0b9 was 50d2046, checked in by Alexander E. Patrakov <alexander@…>, 16 years ago

Updated MCS due to the old version being no longer available for download
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

  • Property mode set to 100644
File size: 3.5 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
7<!ENTITY Mowgli-download-http "http://distfiles.atheme.org/libmowgli-&Mowgli-version;.tgz">
8<!ENTITY Mowgli-download-ftp " ">
9<!ENTITY Mowgli-md5sum "80f8a27f1b44b0b129215f858ab1ab82">
10<!ENTITY Mowgli-size "106 KB">
11<!ENTITY Mowgli-buildsize "2.0 MB">
12<!ENTITY Mowgli-time "less than 0.1 SBU">
13]>
14
15<sect1 id="Mowgli" xreflabel="Mowgli-&Mowgli-version;">
16 <?dbhtml filename="Mowgli.html"?>
17
18 <sect1info>
19 <othername>$LastChangedBy$</othername>
20 <date>$Date$</date>
21 </sect1info>
22
23 <title>Mowgli-&Mowgli-version;</title>
24
25 <indexterm zone="Mowgli">
26 <primary sortas="a-Mowgli">Mowgli</primary>
27 </indexterm>
28
29 <sect2 role="package">
30 <title>Introduction to Mowgli</title>
31
32 <para>The <application>Mowgli</application> package contains a
33 development framework for C, similar to <xref linkend="glib2"/>. It
34 provides high performance and highly flexible algorithms for routine
35 tasks such as reference-counting, linked lists and spinlocks, and thus
36 helps programmers write better engineered code.</para>
37
38 <bridgehead renderas="sect3">Package Information</bridgehead>
39 <itemizedlist spacing="compact">
40 <listitem>
41 <para>Download (HTTP): <ulink url="&Mowgli-download-http;"/></para>
42 </listitem>
43 <listitem>
44 <para>Download (FTP): <ulink url="&Mowgli-download-ftp;"/></para>
45 </listitem>
46 <listitem>
47 <para>Download MD5 sum: &Mowgli-md5sum;</para>
48 </listitem>
49 <listitem>
50 <para>Download size: &Mowgli-size;</para>
51 </listitem>
52 <listitem>
53 <para>Estimated disk space required: &Mowgli-buildsize;</para>
54 </listitem>
55 <listitem>
56 <para>Estimated build time: &Mowgli-time;</para>
57 </listitem>
58 </itemizedlist>
59
60 <para condition="html" role="usernotes">User Notes:
61 <ulink url="&blfs-wiki;/Mowgli"/></para>
62
63 </sect2>
64
65 <sect2 role="installation">
66 <title>Installation of Mowgli</title>
67
68 <para>Install <application>Mowgli</application> by running the following
69 commands:</para>
70
71<screen><userinput>./configure --prefix=/usr &amp;&amp;
72make</userinput></screen>
73
74 <para>This package does not come with a formal test suite.</para>
75
76 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
77
78<screen role="root"><userinput>make install</userinput></screen>
79
80 </sect2>
81
82 <sect2 role="content">
83 <title>Contents</title>
84
85 <segmentedlist>
86 <segtitle>Installed Programs</segtitle>
87 <segtitle>Installed Libraries</segtitle>
88 <segtitle>Installed Directories</segtitle>
89
90 <seglistitem>
91 <seg>None</seg>
92 <seg>libmowgli.so</seg>
93 <seg>/usr/include/libmowgli</seg>
94 </seglistitem>
95 </segmentedlist>
96
97 <variablelist>
98 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
99 <?dbfo list-presentation="list"?>
100 <?dbhtml list-presentation="table"?>
101
102 <varlistentry id="libmowgli">
103 <term><filename class='libraryfile'>libmowgli.so</filename></term>
104 <listitem>
105 <para>libraries contain optimized functions for various common
106 C programming tasks.</para>
107 <indexterm zone="Mowgli libmowgli">
108 <primary sortas="c-libmowgli">libmowgli.{so,a}</primary>
109 </indexterm>
110 </listitem>
111 </varlistentry>
112
113 </variablelist>
114
115 </sect2>
116
117</sect1>
Note: See TracBrowser for help on using the repository browser.