Skip to content

merguez-it/lhs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published