$Id: README,v 1.3 2003/05/30 21:44:36 markus Exp $

The configure script in the gui directory is a little bit tricky. The right
combinations of arguments must be found so that configure finds the qt files.

Following is a list with some options that were required on some systems:

debian3-unstable:
  ./configure --with-Qt-lib-dir=/usr/lib --with-Qt-lib=qt-mt

openbsd3.3-stable:
  ./configure --with-Qt-lib-dir=/usr/local/lib \
  	--with-Qt-include-dir=/usr/local/include/X11/qt3

There is no Makefile for Windows in the root directory. Each part of the
project has to be build in it's directory by calling "nmake -f Makefile.win"

