Glib Installation

The Midgard Libraries now depend on the Glib Library from the GNOME project which provides a useful set of algorithms for the manipulation of strings and hashes. You can obtain it from:

ftp://ftp.gtk.org/pub/gtk/v1.2


	
$ cd glib-1.2.8

$ ./configure

$ make

# make install
	
	

Configure sets the install path to /usr/local by default.

For Linux, you will need to edit /etc/ld.so.conf and add the following line to it:


	
/usr/local/lib
	
	

then run the following command:


	
# /sbin/ldconfig
	
	

For other operating systems you may need to add /usr/local/midgard/lib to your LD_LIBRARY_PATH