The libmowgli package contains a development framework for C, similar to GLib-2.30.2. 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-1.0.0.tar.bz2
Download MD5 sum: e5f99410cb7b161f322b6bccd4b05dbe
Download size: 103 KB
Estimated disk space required: 2.2 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 2012-01-26 12:59:16 +0000