c-template/README.md

13 lines
192 B
Markdown
Raw Normal View History

2019-04-21 22:23:36 +03:00
# How to build
2019-04-12 22:36:46 +03:00
2019-04-21 22:23:36 +03:00
This app could be built either with docker
2019-04-12 22:36:46 +03:00
2019-04-21 22:23:36 +03:00
```bash
docker-compose up
```
2019-04-12 22:36:46 +03:00
2019-04-21 22:23:36 +03:00
or by Makefile with [wasi-sdk](https://github.com/CraneStation/wasi-sdk) installed
2019-04-12 22:36:46 +03:00
```bash
2019-04-21 22:23:36 +03:00
make
```