Update README.md
This commit is contained in:
parent
e8b54779c9
commit
dd25f5acf0
17
README.md
17
README.md
|
@ -1,12 +1,17 @@
|
|||
### unixesque
|
||||
### for everyone
|
||||
this uses libmgba and the latest (as of writing) development build of SDL3 with webcam support, both as submodules.
|
||||
```
|
||||
git submodule update --init
|
||||
cmake -B_build
|
||||
make -C_build -j$(nproc)
|
||||
_build/cgbwebcam gbcamera.gb
|
||||
```
|
||||
|
||||
### windows
|
||||
### for unixesques
|
||||
```sh
|
||||
cmake -B_build
|
||||
make -C_build -j$(nproc)
|
||||
_build/cgbwebcam gbcamera.gb # provide your own rom, of course
|
||||
```
|
||||
|
||||
### for 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].
|
||||
make sure you provide the gbcamera rom as `argv[1]`.
|
||||
|
|
Loading…
Reference in New Issue