cgbwebcam/README.md

7 lines
105 B
Markdown

```
git submodule update --init
cmake -B_build
make -C_build -j$(nproc)
_build/cgbwebcam gbcamera.gb
```