This commit is contained in:
lif 2024-03-02 22:46:06 -08:00
parent fa030c4bc4
commit 8aecd02ea7
1 changed files with 6 additions and 0 deletions

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
```