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.
Download (HTTP): http://distfiles.atheme.org/libmowgli-0.9.95.tar.bz2
Download MD5 sum: 9833b5845e60fe965924be4a15a30374
Download size: 103 KB
Estimated disk space required: 1.9 MB
Estimated build time: less than 0.1 SBU
User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/Mowgli
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
Last updated on 2011-11-25 18:16:12 +0000