Installtion notes:

GTK+ 1.2 is optionally required to build.
doc++ package is required to create the documentation.
Requires pthread.


For CVS checked-out package, run:

$ ./autogen.sh
$ ./configure --with-gtk=no
(or without the --with-gtk=no to enable GTK+)
$ make 
#  make install

automake 1.6, autoconf 2.52, libtool
are used

Depends on dsh (http://www.netfort.gr.jp/~dancer/software/dsh.html)
to run, but it can work with other methods.


You can exploit autoconf features like this:

$ ./configure -prefix=${HOME}/local
$ make 
$ export LIBRARY_PATH=${HOME}/local/lib ; make install

to install when you do not have root permission available on the system.


$Id: INSTALL,v 1.9 2002/06/29 13:40:14 dancer Exp $

