Installing GLib
Procedure
- Use PuTTY to log in to the server as the root user.
- Install GLib using yum.
yum install glib glib-devel
- Copy the header files to the system directory.
cp /usr/include/glib-1.2/glib.h /usr/include/ cp /usr/lib64/glib/include/glibconfig.h /usr/include/
Parent topic: Configuring the Compilation Environment