Lightweight HTTP Server
This is a Work In Progress. So test it but don't use it.
Install mgz-util, cmake, doxygen and graphviz, then :
cd <path to lhs root>
mkdir build
cd build
cmake ..
make
make test
make doc
make install
cd <path to lhs root>
mkdir build
cd build
cmake -G "MinGW Makefiles" ..
mingw32-make
mingw32-make test
mingw32-make doc
mingw32-make install