Web C Plus Plus (webcpp)
(C) Copyright 2001, 2002 Jeffrey Bakker
see the file COPYING for license


== REQUIREMENTS ==========================================================

To run webcpp you will need: Keyboard, Monitor, UNIX.

In order to compile webcpp you will need the C++ compiler g++
(from package gcc-c++), and the C++ standard library and headers
(package egcs-c++ or libstdc++-devel). 



== INSTALLING WEBCPP =====================================================

You can use the standard GNU setup:

 $  ./configure && make
 $  su
 $  make install



== ALTERNATIVELY, YOU CAN USE MY INSTALL SCRITPS =========================
(highly recommended to be root and use the default installation path)

If you have dialog installed, type the following command to install webcpp:

 $  ./setup

If you don't have dialog installed, type the following:

 $  ./configure && make
 $  su
 $  ./install_cli.sh



== NOTE FOR BSD =========================================================

GNU make utility (gmake on some distros) should be used. The Makefile
generated won't compile with the BSD make utility.
