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

1) On Linux:

The best way to install Gutenbrowser is to compile it for your own system.
To get the latest sources you can use CVS at sourceforge:

cvs -d:pserver:anonymous@cvs.Gutenbrowser.sourceforge.net:/cvsroot/gutenbrowser login
cvs -z3 -d:pserver:anonymous@cvs.Gutenbrowser.sourceforge.net:/cvsroot/gutenbrowser co guten

Updates from within the module's directory do not need the -d parameter.
It is highly recommended that you use this procedure. For more information onusing CVS:
http://sourceforge.net/docman/display_doc.php?docid=763&group_id=1

To compile the source code you downloaded:
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.



