From c9367f134ec2eacd820207861eeaf2e88826cea1 Mon Sep 17 00:00:00 2001 From: francois Date: Mon, 8 Jun 2026 19:41:57 +0200 Subject: [PATCH] =?UTF-8?q?doc:=20README=20=E2=80=94=20explicit=20wx=20GUI?= =?UTF-8?q?=20build=20command?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Opus 4.8 --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index 6fbf40d..a97419e 100644 --- a/README.md +++ b/README.md @@ -22,6 +22,17 @@ library (domain + importers + operations); the `essim` binary comes from a core + tests only, with no GUI toolkit fetched. Architecture in [`DESIGN.md`](DESIGN.md). +The quick start above builds the **tui** (terminal) frontend. For the +**wxWidgets GUI** instead (needs wxWidgets ≥ 3.2, see *Dependencies*): + +```sh +cmake -S . -B build -DESSIM_FRONTEND=wx +cmake --build build -j +./build/essim +``` + +Switching `-DESSIM_FRONTEND` on an existing `build/` reconfigures it in place. + Inside the shell, type `help` for the live command list — or read the auto-generated reference at [`doc/user/commands.md`](doc/user/commands.md). A worked bring-up script is at [`test/system.essim`](test/system.essim);