chbg-1.2 installation
---------------------
This file contains shortly how to install ChBg. ChBg uses automake/autoconf 
system for simple configuration on your system. So there are only few steps 
to get install it properly.

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
	- optionaly Imlib1 libraries compiled with or without gdk support
          (version 1.9.4 tested)
	- optionaly gdk-pixbuf library (versions 0.[5789].0 tested)
	- optionaly Imlib2 library (versions 0.0.[35] from CVS tested)
	- one of last three mentioned is mandatory required
	- optionaly GNU gettext library for internationalized messages support
	- mandatory libpng for saving shading effects as PNG pictures
	- optionaly convert program from ImageMagick package for image 
	  formats converting or image scaling


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

Change directory to chbg-1.2 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
	--disable-gnome         - do not install Gnome menu entry for chbg
	--with-intl-includes	- you should specify location of header
				  files for optionals package intl
	--with-intl-libraries	- you should specify location of libraries
				  for optional packages intl
	--disable-eterm		- to disable support of transparent Eterm
	--disable-xscreensaver	- to disable support for running as 
				  xscreensaver hack
	--with-image-library=[auto/imlib1/imlib2/gdkimlib/gdkpixbuf/gtkgdkpixbuf]
				- to select requested image loading library
	--with-imlib1-config	- to set your imlib-config script if you have
				  in nonstandard location or have different
				  name
	--with-imlib2-config	- to set your imlib2-config script if you have
				  in nonstandard location or have different
				  name
	--with-gdkpixbuf-config - same as above for gdk-pixbuf-config
	--with-gtk-config	- same as above for gtk-config


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, message catalogs, manual page and other files to
destination directories.

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

