libmowgli-0.9.95

Introduction to libmowgli

The libmowgli package contains a development framework for C, similar to GLib-2.30.1. 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.

This package is known to build and work properly using an LFS-7.0 platform.

Package Information

User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/Mowgli

Installation of libmowgli

The libmowgli build system outputs text in color while running make. This is fine if you're running these commands in a terminal. However, if you're installing libmowgli with a script and piping the output to a log file it will add control characters to the file which may make the file unreadable. If you wish, you can disable the colored text control characters with this sed:

sed -i 's/\\033\[\([01];3.m\|0m\|K\)//g' buildsys.mk.in

Install libmowgli by running the following commands:

./configure --prefix=/usr &&
make

This package does not come with a formal test suite.

Now, as the root user:

make install

Contents

Installed Programs: None
Installed Libraries: libmowgli.so
Installed Directories: /usr/include/libmowgli

Short Descriptions

libmowgli.so

libraries contain optimized functions for various common C programming tasks.

Last updated on 2011-11-25 18:16:12 +0000