Audio (101) Datatype (15) Demo (56) Development (248) Document (63) Driver (19) Emulation (62) Game (531) Graphics (229) Library (22) Network (63) Office (22) Utility (265) Video (18)
Total files: 1714
Full index file Recent index file
Part of aros exec |
[Show comments] [Show snapshots] [Show videos] [Show content] [Replace file] glib-2.6.6
----------
GLib is the low-level core library that forms the basis of
GTK+ and GNOME. It provides data structure handling for C,
portability wrappers, and interfaces for such runtime
functionality as an event loop, threads, dynamic loading,
and an object system.
Licensed under LGPL.
For more info see: http://www.gtk.org/
This port of GLib for AROS was done for the GTK-MUI
wrapper and is a nearly complete port of GLib.
Things missing/not working are timers and all
fork based functions. Timers are implented
in GTK-MUI, the process spawn functions are
not used/ported/implemented anywhere so far.
You can get the sources of this GLib port at the CVS of
http://sourceforge.net/projects/gtk-mui/
This is a link library only. No executable. No GUI.
You can use it as a programmer. This is not for users ;).
You should be able to contact me by E-Mail through:
gtk-mui <at> oliver-brunner.de
INSTALLTION:
------------
Copy the contents of this archive to the directory, where
your AROS development directory is located.
If you are cross-compiling on Unix, this will most likely
be the i686-aros directory.
In my environment it is /usr/local/amiga/i686-aros .
|