This directory contains all dock source code.

Before compiling for the first time, edit the PARAMETER_PATH
variable in define.h.  Set it to the unix path for the directory
containing the dock parameters.

Existing setting:
	#define PARAMETER_PATH "PARAMETER_PATH_NOT_SET/"

Example setting:
	#define PARAMETER_PATH "/applications/dock4/parameter/"

Perform this update whenever the location of the parameter files is
changed.

####################
For 64-bit machines (octanes and higher):
	Set compilation flag to -32 for proper compilation.

