This commit is contained in:
lif 2024-03-02 22:46:06 -08:00
parent fa030c4bc4
commit 8aecd02ea7

6
README.md Normal file
View file

@ -0,0 +1,6 @@
```
git submodule update --init
cmake -B_build
make -C_build -j$(nproc)
_build/cgbwebcam gbcamera.gb
```