Compile the server by using the command "make server" in the application directory. The server executable will be in the server directory.
Compile the server by using the command "make client" in the application directory. The server executable will be in the client directory.
If you are having issues compiling, then please look in the notes directory, where compile.txt has the commands to compile manually.
To configure the server you will want to change the the information in the test.properties file on both the client and server directories