To build and install the Mingle server, type:

	% make
	% mkdir bin; cp src/mingled bin/

To run a Mingle server, you will need to 
	
	1. customize the mingle.config configuration file:
	% vi mingle.config

	2. start the server
	% bin/mingled -c mingle.config
