Pre-installation requirements

	- One of the supported UNIX platforms
	- MySQL client installed (+ includes/libraries)
	- Access to a local/remote MySQL 3.23.xx 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.
Also, you can specify --enable-profile if you want to enable profiling
in the oer+MySQL binary.

Step 2
------

  "make"

Step 3
------

  "make install"

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

Step 4
------

You are done. Start oer+MySQL by invoking "./oer+MySQL" in the
installation directory. (most likely $HOME/oer+MySQL)

If you wish, you can remove the oer+MySQL-dist directory.





