$Id: INSTALL,v 1.3 2004/04/25 10:28:24 ruut_ Exp $

Qt SOAP Manager INSTALL
-----------------------

You need the Qt-library from www.trolltech.com to build the binary.
Since qsoapman uses Qt only, it should run on all platforms supported by Qt. 
It has been developed on Gentoo Linux (see http://www.gentoo.org).

Right now, qsoapman does not provide an installation script.
To build the binary, run

$(QMAKE) -o Makefile qsoapman.pro

A Makefile sould be created.

Run

make

to build the binary. The binary is written to the bin/ directory.

Feel free to create an RPM-package, a Gentoo ebuild or other distribution
packages to support the development of qsoapman! I appreciate your help.

