https://github.com/tiehuis/lwan-api-example
https://github.com/tiehuis/lwan-api-example
example lwan
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/tiehuis/lwan-api-example
- Owner: tiehuis
- Created: 2017-02-16T07:02:33.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-02-16T07:05:26.000Z (almost 9 years ago)
- Last Synced: 2025-03-22T01:29:04.258Z (10 months ago)
- Topics: example, lwan
- Language: C
- Homepage: https://tiehuis.github.io/lwan-intro.html
- Size: 1000 Bytes
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This repository contains a skeleton for using the [Lwan](https://lwan.ws/) API.
# Building
These commands will pull lwan, compile it and build the stub project.
```text
git submodule update
cd lwan
mkdir build
cd build
cmake .. -DCMAKE_BUILD_TYPE=Release
make # Build lwan
cd ../..
make # Build our project
```