Mowgli: Difference between revisions

From CBLFS
Jump to navigationJump to search
add url
 
m Fleshing out page
Line 1: Line 1:
http://distfiles.atheme.org/libmowgli-0.6.1.tgz
{| style="text-align: left; background-color: AliceBlue;"
|-valign="top"
!Download Source:
| http://distfiles.atheme.org/libmowgli-{{Mowgli-Version}}.tar.gz
|}


----


{{Package-Introduction|lmowgli is a development framework for C (like GLib), which provides high performance and highly flexible algorithms. It can be used as a suppliment to GLib (to add additional functions (dictionaries, hashes), or replace some of the slow GLib list manipulation functions), or stand alone. It also provides a powerful hook system and convenient logging for your code, as well as a high performance block allocator.


will format page in a few mins....
mowgli builds upon previous attempts, such as libmisc, and will likely become the primary development framework for most projects at Atheme.|http://www.atheme.org/projects/mowgli.shtml}}
 
== Dependencies ==
 
== Non-Multilib ==
 
Compile the package:
 
./configure --prefix=/usr &&
make
 
Install the package
 
make install
 
== Multilib ==
 
=== 32Bit ===
 
Compile the package:
 
CC="gcc ${BUILD32}" ./configure --prefix=/usr &&
make
 
Install the package
 
make install
=== N32 ===
 
Compile the package:
 
CC="gcc ${BUILDN32}" ./configure --prefix=/usr --libdir=/usr/lib32 &&
make
 
Install the package
 
make install &&
 
=== 64Bit ===
 
Compile the package:
 
CC="gcc ${BUILD64}" ./configure --prefix=/usr --libdir=/usr/lib64 &&
make
 
Install the package
 
make install &&
= Contents =
 
{| style="text-align: left;"
|-valign="top"
! Installed Programs:
| |-valign="top"
! Installed Libraries:
| |-valign="top"
! Installed Directories:
| |}
 
=== Short Descriptions ===
 
{| style="text-align: left;"
|-valign="top"
!
|}

Revision as of 03:31, 5 February 2008

Download Source: http://distfiles.atheme.org/libmowgli-0.6.1.tar.gz

Introduction to Mowgli

lmowgli is a development framework for C (like GLib), which provides high performance and highly flexible algorithms. It can be used as a suppliment to GLib (to add additional functions (dictionaries, hashes), or replace some of the slow GLib list manipulation functions), or stand alone. It also provides a powerful hook system and convenient logging for your code, as well as a high performance block allocator.

mowgli builds upon previous attempts, such as libmisc, and will likely become the primary development framework for most projects at Atheme.

Project Homepage: http://www.atheme.org/projects/mowgli.shtml

Dependencies

Non-Multilib

Compile the package:

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

Install the package

make install 

Multilib

32Bit

Compile the package:

CC="gcc ${BUILD32}" ./configure --prefix=/usr &&
make

Install the package

make install

N32

Compile the package:

CC="gcc ${BUILDN32}" ./configure --prefix=/usr --libdir=/usr/lib32 &&
make

Install the package

make install &&

64Bit

Compile the package:

CC="gcc ${BUILD64}" ./configure --prefix=/usr --libdir=/usr/lib64 &&
make

Install the package

make install &&

Contents

Installed Programs: -valign="top" Installed Libraries: -valign="top" Installed Directories: }

Short Descriptions

Retrieved from "?title=Mowgli&oldid=13040"