From 9c6d3a84efdf8107e78e0897fcc375f344b67c03 Mon Sep 17 00:00:00 2001 From: Tom Tkacz Date: Mon, 7 Apr 2025 14:26:40 -0500 Subject: [PATCH] Reverted build instruction (incorrect branch) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e514934f..1a670e02 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ On windows, the program can be compiled with Visual Studio (recommended) or with ======= ```` -.\vcpkg install pkgconf wxwidgets[fonts] boost-smart-ptr boost-regex boost-logic boost-pool boost-iterator hunspell --triplet=x64-windows-static +.\vcpkg install pkgconf wxwidgets boost-smart-ptr boost-regex boost-logic boost-pool boost-iterator hunspell --triplet=x64-windows-static ```` and/or ````