From 7ecc83fd0cc8797e282cb71592714ee994b91212 Mon Sep 17 00:00:00 2001 From: Blake-Madden <66873089+Blake-Madden@users.noreply.github.com> Date: Fri, 6 Dec 2024 16:10:33 -0500 Subject: [PATCH] Update wx requirement in manual --- docs/manual/building.qmd | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/manual/building.qmd b/docs/manual/building.qmd index f45e0d4..3eb8a2d 100644 --- a/docs/manual/building.qmd +++ b/docs/manual/building.qmd @@ -4,7 +4,7 @@ *Cmake* scripts are included for building both the command-line and GUI (graphical user interface) versions. *Cmake* 3.25 or higher is required. -For the GUI version, [wxWidgets](https://github.com/wxWidgets/wxWidgets) 3.2 or higher is required. +For the GUI version, [wxWidgets](https://github.com/wxWidgets/wxWidgets) 3.3 or higher is required. ## Command-line Utility @@ -25,7 +25,7 @@ After building, "cuneiform" will be available in the "bin" folder. ## GUI Version -[wxWidgets](https://github.com/wxWidgets/wxWidgets) 3.2 or higher is required for building the graphical user interface version. +[wxWidgets](https://github.com/wxWidgets/wxWidgets) 3.3 or higher is required for building the graphical user interface version. Download [wxWidgets](https://github.com/wxWidgets/wxWidgets), placing it at the same folder level as this project. After building *wxWidgets*, *Cuneiform* can be configured and built with *Cmake*.