From 87f49aa9c411fe12cedcaa5ab91820f504a1751b Mon Sep 17 00:00:00 2001 From: Twan van Laarhoven Date: Tue, 14 Apr 2020 23:15:19 +0200 Subject: [PATCH] readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6173b5af..537a0fa7 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,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 - * vcpkg by default installs 32 bit versions of libraries, use `vcpkg install PACKAGENAME:x64-windows` + * vcpkg by default installs 32 bit versions of libraries, use `vcpkg install PACKAGENAME:x64-windows` if you want to enable a 64 bit build. ## Building on windows with GCC (MSYS2)