+BUILD SETUP
-------------

First run "./autogen.sh" to generate the autoconf files.
If you don't have the gnu system build packages installed or an incompatible version
installed the build configuration may fail. 
You may try to use the provided shells generated on my debian sarge.

INFO: This script also creates a symlink to the root folder.
GNU build system recommands a standard file structure and source files 
should be in a child folder.

Then run "./configure" to setup the build.
Execute "./configure --help" to get information about the available build options.

If you don't have SDL installed on your system, you have to download a release 
version for your system from http://www.libsdl.org or download its sources,
compile and install it.
You have to provide the install prefix through the --with-sdl-prefix 
option like this: 

./configure --with-sdl-prefix=/home/myself/SDL

If you want to build an RPM, you will have to provide also the path to
a SuperWabaSDKPro root folder through the --with-sdk option like this:

./configure --with-sdk-prefix=<path_to_SuperWabaSDKPro>

i.e. if you didn't moved the gcc builders folder, it should be
./configure --with-sdk-prefix=../../..

!! IMPORTANT !! The provided SuperWabaSDKPro folder MUST be a relative path.

+BUILD
-------

And finally, execute the generated makefile:

-run "make"       to build the superwaba VM -or-
-run "make dist"  to build a superwaba tarball with the sources -or-
-run "make rpm"   to build both Redhat RPM and SRPM files.
-run "make deb"   to build the Debian package.
-run "make clean" to clean everything.

+INSTALL
---------

-run "make install" to deploy the SuperWaba/VM to ${prefix} (default=/usr/local)

or install the generated RPM file
