From e8b54779c92170617caed3acde67695893db03fe Mon Sep 17 00:00:00 2001 From: lif <> Date: Sun, 3 Mar 2024 01:50:43 -0800 Subject: [PATCH] readme update --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 3718221..d6bc2bb 100644 --- a/README.md +++ b/README.md @@ -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].