Home | History | Annotate | Download | only in glib

Lines Matching full:glib

4   % gzip -cd glib-@GLIB_VERSION@.tar.gz | tar xvf -  # unpack the sources
5 % cd glib-@GLIB_VERSION@ # change to the toplevel directory
7 % make # build GLIB
10 % rm -rf /install-prefix/include/glib.h /install-prefix/include/gmodule.h
11 % make install # install GLIB
16 GLib-2.0 requires pkg-config, which is tool for tracking the
27 GLib requires an implementation of the standard iconv() routine.
40 it, you will get an error while compiling GLib because the
52 using GNU libiconv for GLib, you'll need to use GNU libiconv
56 Finally, for message catalog handling, GLib requires an implementation
75 Complete information about installing GLib can be found
78 docs/reference/glib/html/glib-building.html
82 http://developer.gnome.org/doc/API/2.0/glib/glib-building.html
96 $exec_prefix/lib/glib/include/
103 other packages that depend on GLib. If you set PKG_CONFIG_PATH
105 correct include flags and library flags for compiling a GLib
108 pkg-config --cflags glib-2.0
109 pkg-config --libs glib-2.0
112 Cross-compiling GLib
115 Information about cross-compilation of GLib can be found
118 docs/reference/glib/html/glib-cross-compiling.html
122 http://library.gnome.org/devel/glib/stable/glib-cross-compiling.html