INSTALL
=======
Unpack the source:
------------------
	>bunzip2 kmpg-0.5.0.tar.bz2
	
	or
	
	>gzip -d kmpg-0.5.0.tar.gz
	
	
	>tar xvf kmpg-0.5.0.tar
	>cd  kmpg-0.5.0
Note: bunzip2's homepage is:  
        http://www.muraroa.demon.co.uk
Build kmpg:
----------
	>./configure
	>make
Install kmpg. As user "root" type:
-----------------------------
	>make install

PROBLEMS:
=========

* wrong automake version on rh >= 5.9, SUSE 6.1 :
  - rebuild the configure script with : make -f Makefile.dist 
  - then the usual ./configure ;make

* for other problems read the file "PROBLEMS"
