Fast way:
	./configure && make && make install
	Add $(prefix)/lib/GANDI string to the /etc/ld.so.conf

More wise way:
	./configure --help
	./configure [parameters]
	make
	make install

'make install' may demand for a super-user privileges.
Probably you should want to uninstall the old GANDI version
(type 'make uninstall' in the source directory of that old
version).

=============================================================
DO NOT FORGET !

	Add $(prefix)/lib/GANDI string to the /etc/ld.so.conf
=============================================================

If you have no 'mkdirhier' (it belongs to XFree86) copy it
from this directory to any 'bin' (e.g. /usr/local/bin).

Fully installed GANDI 0.5.0 should include the following lib-
raries in the $(prefix)/lib/GANDI:

libgandi_ch.so.0.5.0
libgandi_core.so.0.5.0
libgandiw_button_group.so.0.5.0
libgandiw_check_box.so.0.5.0
libgandiw_combo_box.so.0.5.0
libgandiw_file_list.so.0.5.0
libgandiw_list_box.so.0.5.0
libgandi_wm.so.0.5.0
libgandiw_push_button.so.0.5.0
libgandiw_radio_button.so.0.5.0
libgandiw_scroll_bar.so.0.5.0
libgandiw_scroll_box.so.0.5.0
libgandiw_text_edit.so.0.5.0
libgandiw_text_label.so.0.5.0

and headers in the $(prefix)/include/GANDI:

gandi_ch.h
gandi_core.h
gandi_driver.h
gandi_timer.h
gandiw_button_group.h
gandiw_check_box.h
gandiw_combo_box.h
gandiw_file_list.h
gandiw_list_box.h
gandi_wm.h
gandiw_push_button.h
gandiw_radio_button.h
gandiw_scroll_bar.h
gandiw_scroll_box.h
gandiw_text_edit.h
gandiw_text_label.h

For each library will be created a symlink with the same name but without a
version number.

