readme update

This commit is contained in:
lif 2024-03-03 01:50:43 -08:00
parent 6928958d30
commit e8b54779c9
1 changed files with 6 additions and 0 deletions

View File

@ -1,6 +1,12 @@
### unixesque
```
git submodule update --init
cmake -B_build
make -C_build -j$(nproc)
_build/cgbwebcam gbcamera.gb
```
### windows
just point visual studio at the CMakeLists.txt, apparently that's a thing it supports now.
make sure you provide the gbcamera rom as argv[1].