
Gimmie Build Instructions

----

1) Install GTK+2 devel headers.  This is package libgtk2.0-dev on Ubuntu.

2) Install PyGTK devel.  This is package python-gtk2-dev on Ubuntu.

3) Optionally install libgnomecups devel headers to display printer status.

4) Build Gimmie:
	$ ./autogen.sh --prefix=/usr
	$ make
	$ sudo make install

   If you have problems with python packages, try installing python-gmenu, 
   python-gnome2 and python-gnome2-desktop packages for your distribution 
   if they are not installled already.

   If your system does not use GTK+ 2.10, you will also need 
   python-gnome2-extras.

5) To start the standalone version just run `gimmie`.  
   To add Gimmie to your Gnome panel, right click the panel and select 
   "Add to Panel...".  Gimmie should be located in the Utilities section.


