From dd25f5acf06a5fa2fd7364c72521abbc7128cee7 Mon Sep 17 00:00:00 2001 From: lif Date: Sun, 3 Mar 2024 01:53:07 -0800 Subject: [PATCH] Update README.md --- README.md | 17 +++++++++++------ 1 file changed, 11 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index d6bc2bb..799cac9 100644 --- a/README.md +++ b/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]`.