chbg-0.8 installation
---------------------

What you need:
--------------
	- GCC or other ANSI C compiler 
	- X11 libraries - R5 and R6 tested 
	- GLIB libraries version 1.2.x
	- GTK+ libraries version 1.2.x
	- Imlib libraries compiled with gdk support (version 1.9.4 tested)
	- optionaly GNU gettext library for internationalized messages support


Installation
----------
type 
	tar -xzvf chbg-0.8.tgz
or 
	gunzip -c chbg-0.8.tgz | tar -xf -
to unpack sources

Change directory to chbg-0.8 and type

	./configure

to configure package for your system setup. Configure script accepts some
extra options , to enable better tunning of chbg features:

	--disable-nls	- to disable compilation with gettext NLS
	--with-*-includes - you should specify location of header
			    files for optionals packages (intl)
	--with-*-libraries - you should specify location of libraries
			     for optional packages (intl)

for more options check configure --help

to compile package, type at commandline

	make

to install package, type at commandline

	make install

This will copy chbg binary and message catalogs to destination directories.

If you can't succesfuly build this program please contact me via email :
<ondrej@idata.sk>.

