Installation notes for gutenbrowser:
====================================

1) On Linux:

The best way to install Gutenbrowser is to compile it for your own system.
It is highly recommended that you use this procedure.
You need tmake from Troll Tech to generate the Makefile. This is done
as follows, and then simply run make.
(as root)

$ tmake gutenbrowser.pro -o Makefile
$ make
$ Install.sh

Using a package for your system is also ideal. The Debian package can be installed 
with

# apt-get install gutenbrowser

The rpm package can be obtained from the project homepage and installed in
the standard way:

# rpm -i gutenbrowser.rpm


2) On Windows:

You'll need MSVC++ 5 or 6, and QT headers/libs installed. Just load up
gutenbrowser.dsp file, or use tmake yourself on the gutenbrowser.pro
file.

Or, if you aren't a developer, just execute the install executable.



