xnee  3.19
About: GNU Xnee is a suite of programs that can record, replay and distribute user actions under the X11 environment.
  Fossies Dox: xnee-3.19.tar.gz  ("unofficial" and yet experimental doxygen-generated source code documentation)  

Loading...
Searching...
No Matches
xnee Documentation

Some Fossies usage hints in advance:

  1. To see the Doxygen generated documentation please click on one of the items in the steelblue colored "quick index" bar above or use the side panel at the left which displays a hierarchical tree-like index structure and is adjustable in width.
  2. If you want to search for something by keyword rather than browse for it you can use the client side search facility (using Javascript and DHTML) that provides live searching, i.e. the search results are presented and adapted as you type in the Search input field at the top right.
  3. Doxygen doesn't incorporate all member files but just a definable subset (basically the main project source code files that are written in a supported language). So to search and browse all member files you may visit the Fossies xnee-3.19.tar.gz contents page and use the Fossies standard member browsing features (also with source code highlighting and additionally with optional code folding).
README

Xnee / README

GNU Xnee is a GNU package.

For more information about GNU Xnee, please visit: http://www.sandklef.com/xnee/

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:

Building from dist file (e.g xnee-3.02.tar.gz):

#Unzip the source file gunzip xnee-3.02.tar.gz

#Untar the source file tar xvf xnee-3.02.tar

#Enter the Xnee directory cd xnee-3.02

#Generate the makefiles and build ./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)

Building from CVS:

#Check out xnee cvs -z3 -d:pserver:anonymous@cvs.savannah.gnu.org:/sources/xnee co xnee

#Enter the Xnee directory cd xnee

#Generate the makefiles and build

make -f Makefile.cvs ./configure make make install