Skip to content

tiehuis/lwan-api-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This repository contains a skeleton for using the Lwan API.

Building

These commands will pull lwan, compile it and build the stub project.

git submodule update
cd lwan
mkdir build
cd build
cmake .. -DCMAKE_BUILD_TYPE=Release
make    # Build lwan
cd ../..
make    # Build our project