Skip to content

Latest commit

 

History

History
49 lines (33 loc) · 1021 Bytes

README.md

File metadata and controls

49 lines (33 loc) · 1021 Bytes

lhs

Lightweight HTTP Server

This is a Work In Progress. So test it but don't use it.

Dependencies

Compiling

Documentation

Testing

Compiling

Install mgz-util, cmake, doxygen and graphviz, then :

On MacOSX, or Linux

cd <path to lhs root>
mkdir build
cd build
cmake ..
make
make test
make doc
make install

On Windows

cd <path to lhs root>
mkdir build
cd build
cmake -G "MinGW Makefiles" ..
mingw32-make
mingw32-make test
mingw32-make doc
mingw32-make install