To install in /usr/local/:
--------------------------
* type ./configure (or ./configure --prefix=/some/where/else)
* type make
* type make install
* strip the binaries if you want: 
    strip /usr/local/bin/printer (or strip /some/where/else/bin/printer)
* remove the sources 

Configure extra options:
------------------------
use these if configure is not able to find your libXpm	
  --with-xpm-inc=value    where to find xpm include
  --with-xpm-lib=value    where to find xpm library

Notes: 
------
	1) You probably need gcc and X11R6 to compile. It may be necessary 
to use GNU make.

Maintainer: 	Andr Hentz (a.hentz@ieee.org) 

Contributions are most welcome!
	
You'll find more information at the OffiX home page:

   http://www.inf.ufrgs.br/~ahentz/OffiX (Official Site) 
   http://leb.net/~offix (USA)
   http://cnj.digex.net/~pcks/OffiX (USA) 
