It says in html/admin.html to just type make to compile.
You will need the following packages installed
apt-get install make
apt-get install g++
apt-get install libssl-dev (for the includes, 32-bit libs are here)
1. Run 'make' to compile. (e.g. use 'make -j 4' to compile on four cores)
It says in html/admin.html to just type make to compile.