From ba697ff978c4e3b0f07e54e2323d009203ef5098 Mon Sep 17 00:00:00 2001 From: c1m5j Date: Fri, 30 Jul 2021 15:14:44 +0200 Subject: [PATCH] add info about cmake to readme --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 9ad2d33..bc26d73 100644 --- a/readme.md +++ b/readme.md @@ -11,7 +11,7 @@ I tried to document best to my abilities how each component works in its respect You can take snapshots of the RAM with the "Debug -> Snapshot RAM" button. They will be saved to the "snapshots" directory in the project and will be named with the format `: .bytepusher`. ## Building and running -You can build the project using [Click](https://github.com/c1m5j/click), a one-command C/C++ build tool made by me. Once you're in the project directory just run `click`. The binary will be outputted to the "build" directory (unless you specify a different one in click.toml). +You can build the project using either CMake or [Click](https://github.com/c1m5j/click), a one-command C/C++ build tool made by me. Once you're in the project directory just run `click`. The binary will be outputted to the "build" directory (unless you specify a different one in click.toml). Run the binary without any console arguments, because the ROMs are loaded in the interface using a file dialog (ImGuiFileDialog by aiekick).