From b2d1a7b4fa430de0f0dfe15d66a284c538bc5fdb Mon Sep 17 00:00:00 2001 From: Djack Donovan Date: Sun, 2 Oct 2022 20:38:52 +0200 Subject: [PATCH 1/2] Added missing package requirement in README.md Added the missing boost-iterator to the list of required packages. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 5233665d5..870794198 100644 --- a/README.md +++ b/README.md @@ -24,6 +24,7 @@ vcpkg install boost-smart-ptr vcpkg install boost-regex vcpkg install boost-logic vcpkg install boost-pool +vcpkg install boost-iterator vcpkg install hunspell vcpkg integrate install ```` From 982b43faf66191229ae041ae009dfaa5b5f33f11 Mon Sep 17 00:00:00 2001 From: Djack Donovan Date: Thu, 6 Oct 2022 14:07:24 +0200 Subject: [PATCH 2/2] fixed triplet in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 870794198..f1d6d1efa 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ vcpkg integrate install Notes: * You may need to work around [this bug](https://github.com/microsoft/vcpkg/issues/4756) by replacing `$VCPATH\IDE\CommonExtensions\Microsoft\CMake\CMake\share\cmake-3.16\Modules\FindwxWidgets.cmake` with the file from https://github.com/CaeruleusAqua/vcpkg-wx-find (`$VCPATH` is usually `C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\Common7`) * vcpkg by default installs 32 bit versions of libraries, use `vcpkg install PACKAGENAME:x64-windows` if you want to enable a 64 bit build. - * Similarly, to use a static build, use `vcpkg install PACKAGENAME:x32-windows-static`. + * Similarly, to use a static build, use `vcpkg install PACKAGENAME:x84-windows-static` or `vcpkg install PACKAGENAME:x64-windows-static`. For running tests you will also need to * Download and install perl (For example [Strawberry perl](http://strawberryperl.com/) or using [MSYS2](https://www.msys2.org/))