Xnee / README
-------------

Xnee is a GNU package. 

For more information about GNU, please visit 
	http://www.gnu.org




Xnee consists of three parts:
----------------------------------------------
1) libxnee (libxnee is basically xnee) 
A library containing most of the functionality.

2) xnee (xnee's not an event emulator)
A command line program using libxnee

3) gnee (gnee's not an emulator either)
A GUI program using libxnee

4) pnee 
A Gnome Panel Applet



To build these three programs do the following:
-----------------------------------------------

./configure 
make
make install 


if you need help on the configure options, do 
./configure --help

Typically you can:
   * disable building gnee (--disable-gui) 
   * disable building documentation (--disable-doc)
   * enable building of pnee (--enable-gnome-applet)

