grocget
=======
Any problems, suggestions, features or comments please contact me: 
	tekatch@idirect.com
	or anthonytekatch@usa.net


Requirements
============
	RH7.0 has everything you need.

	Otherwise make sure that you have:
		Python >= 1.5.2		http://python.org
		PyGTK >= 0.6.6		ftp://ftp.daa.com.au/pub/james/python/
		pygnome			ftp://ftp.daa.com.au/pub/james/python/
		Libglade >= 0.13	http://freshmeat.net/redir/libglade/5651/url_homepage/
		gnome-libs >= 1.2.4	http://www.helixcode.com/desktop/packages.php3
		
	If you want to do GUI development then you will need:
		glade			http://www.helixcode.com/desktop/packages.php3


Installation Notes
==================
grocget has been tested on RedHat 7.0 (python 1.5.2, libglade 0.14, pygtk 0.6.6)

1) Extract the tar archive.


2) cd into the grocget-x.y directory


3a)If you just want to test the program as a user then:

	./grocget


3b) If you want to install the program then:

	su
	make install
	


Uninstall the program:
======================	

	su
	make uninstall

