Installation:

* Install GNU make (you don't need GCC if you have a decent ANSI C compiler)
* Unpack the source tarball
* Define installation destinations and other compile-time settings in 
  your platform's Makefile.<platform>
* Type make -f Makefile.<platform>
* Type make -f Makefile.<platform> install.

Configuration:

* Edit .../etc/openradius/configuration for ports and addresses to listen on, 
  the modules to run and their command line parameters.
* Edit .../etc/openradius/behaviour to define how to handle incoming requests.
  Some examples are provided.

Testing:

* run the server in the foreground, with moderate debugging turned on:
  .../sbin/radiusd -dall -b
* send it a RADIUS request:
  .../bin/radtest evbergen welcome1 localhost h1dd3n

