%general-entities; ]> glib &glib-version;
&glib-url;
Glib-&glib-version; Glib <para>The GLib package contains a low-level core library. This is useful for providing data structure handling for C, portability wrappers and interfaces for such runtime functionality as an event loop, threads, dynamic loading, and an object system.</para> <segmentedlist> <segtitle>&buildtime;</segtitle> <segtitle>&diskspace;</segtitle> <seglistitem> <seg>&glib-ch6-sbu;</seg> <seg>&glib-ch6-du;</seg> </seglistitem> </segmentedlist> </sect2> <sect2 role="installation"> <title>Installation of Glib Prepare Glib for compilation: PCRE_LIBS="-L/usr/lib -lpcre" PCRE_CFLAGS="-I/usr/include" \ ./configure --prefix=/usr --sysconfdir=/etc --with-pcre=system The meaning of the configure options: --with-pcre=system This parameter causes the build to use a system-provided version of the PCRE library instead of an internal version. Compile the package: make Due to dependencies on additional Perl modules and other packages not yet present (e.g. desktop-file-utils and DBus), it is not possible to run Glib's test suite. Install the package: make install Contents of Glib Installed programs Installed libraries Installed directories gio-querymodules, glib-genmarshal, glib-gettextize, glib-mkenums, gobject-query, gtester and gtester-report libgio-2.0.so, libglib-2.0.so, libgmodule-2.0.so, libgobject-2.0.so, and libgthread-2.0.so /usr/include/{gio-unix-2.0/gio,glib-2.0/{gio,glib,gobject}}, /usr/lib/{gio/modules,glib-2.0/include}, /usr/share/{gdb/auto-load,glib-2.0/{gdb, gettext/po},gtk-doc/html/{gio,glib,gobject}} Short Descriptions gio-querymodules is a C code marshaller generation utility for GLib closures. gio-querymodules glib-gettextize is a variant of the gettext internationalization utility. glib-gettextize glib-mkenums is a C language enum description generation utility. glib-mkenums gobject-query Is a small utility that draws a tree of types. gobject-query gtester Is a test running utility. gtester gtester-report Is a test report formatting utility. gtester-report Glib libraries contain a general purpose low-level core library.