source: general/genlib/mowgli.xml@ 78d7d2c

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 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 xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since 78d7d2c was 78d7d2c, checked in by Andrew Benton <andy@…>, 12 years ago

libmowgli-1.0.0

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

  • Property mode set to 100644
File size: 4.1 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 libmowgli-download-http "http://distfiles.atheme.org/libmowgli-&libmowgli-version;.tar.bz2">
8<!ENTITY libmowgli-download-ftp " ">
9<!ENTITY libmowgli-md5sum "e5f99410cb7b161f322b6bccd4b05dbe">
10<!ENTITY libmowgli-size "103 KB">
11<!ENTITY libmowgli-buildsize "2.2 MB">
12<!ENTITY libmowgli-time "less than 0.1 SBU">
13]>
14
15<sect1 id="libmowgli" xreflabel="libmowgli-&libmowgli-version;">
16 <?dbhtml filename="Mowgli.html"?>
17
18 <sect1info>
19 <othername>$LastChangedBy$</othername>
20 <date>$Date$</date>
21 </sect1info>
22
23 <title>libmowgli-&libmowgli-version;</title>
24
25 <indexterm zone="libmowgli">
26 <primary sortas="a-libmowgli">Libmowgli</primary>
27 </indexterm>
28
29 <sect2 role="package">
30 <title>Introduction to libmowgli</title>
31
32 <para>The <application>libmowgli</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 &lfs70_checked;
39
40 <bridgehead renderas="sect3">Package Information</bridgehead>
41 <itemizedlist spacing="compact">
42 <listitem>
43 <para>Download (HTTP): <ulink url="&libmowgli-download-http;"/></para>
44 </listitem>
45 <listitem>
46 <para>Download (FTP): <ulink url="&libmowgli-download-ftp;"/></para>
47 </listitem>
48 <listitem>
49 <para>Download MD5 sum: &libmowgli-md5sum;</para>
50 </listitem>
51 <listitem>
52 <para>Download size: &libmowgli-size;</para>
53 </listitem>
54 <listitem>
55 <para>Estimated disk space required: &libmowgli-buildsize;</para>
56 </listitem>
57 <listitem>
58 <para>Estimated build time: &libmowgli-time;</para>
59 </listitem>
60 </itemizedlist>
61
62 <para condition="html" role="usernotes">User Notes:
63 <ulink url="&blfs-wiki;/Mowgli"/></para>
64
65 </sect2>
66
67 <sect2 role="installation">
68 <title>Installation of libmowgli</title>
69
70 <para>The libmowgli build system outputs text in color while running make.
71 This is fine if you're running these commands in a terminal. However, if
72 you're installing libmowgli with a script and piping the output to a log
73 file it will add control characters to the file which may make the file
74 unreadable. If you wish, you can disable the colored text control characters
75 with this sed:</para>
76
77<screen><userinput>sed -i 's/\\033\[\([01];3.m\|0m\|K\)//g' buildsys.mk.in</userinput></screen>
78
79 <para>Install <application>libmowgli</application> by running the following
80 commands:</para>
81
82<screen><userinput>./configure --prefix=/usr &amp;&amp;
83make</userinput></screen>
84
85 <para>This package does not come with a formal test suite.</para>
86
87 <para>Now, as the <systemitem class="username">root</systemitem>
88 user:</para>
89
90<screen role="root"><userinput>make install</userinput></screen>
91
92 </sect2>
93
94 <sect2 role="content">
95 <title>Contents</title>
96
97 <segmentedlist>
98 <segtitle>Installed Programs</segtitle>
99 <segtitle>Installed Libraries</segtitle>
100 <segtitle>Installed Directories</segtitle>
101
102 <seglistitem>
103 <seg>None</seg>
104 <seg>libmowgli.so</seg>
105 <seg>/usr/include/libmowgli</seg>
106 </seglistitem>
107 </segmentedlist>
108
109 <variablelist>
110 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
111 <?dbfo list-presentation="list"?>
112 <?dbhtml list-presentation="table"?>
113
114 <varlistentry id="libmowgli.so">
115 <term><filename class='libraryfile'>libmowgli.so</filename></term>
116 <listitem>
117 <para>libraries contain optimized functions for various common
118 C programming tasks.</para>
119 <indexterm zone="libmowgli">
120 <primary sortas="c-libmowgli">libmowgli.so</primary>
121 </indexterm>
122 </listitem>
123 </varlistentry>
124
125 </variablelist>
126
127 </sect2>
128
129</sect1>
Note: See TracBrowser for help on using the repository browser.