Pre-installation requirements

	- One of the supported UNIX platforms
	- MySQL client installed (+ includes/libraries)
	- Access to a local/remote MySQL database

Step 1
------

  "./configure --with-mysql=<path>"

where <path> is usually /usr/local/mysql

You can specify the destination dir with --prefix. It defaults to
$HOME/oer+MySQL. You can also specify --enable-debug to switch on
debugging symbols. Specify --disable-opt to de-activate optimization.

Step 2
------

  "make"

Step 3
------

  "make install"

The database and it's objects are created and filled with initial
data. Also, oer+MySQL and a oer+MySQL sample configuration are placed
in the directory specified by --prefix. (defaults to $HOME/oer+MySQL)

Step 4
------

You are done.
