diff --git a/Build-Windows.md b/Build-Windows.md index 5780e98..af5fdc3 100644 --- a/Build-Windows.md +++ b/Build-Windows.md @@ -20,9 +20,9 @@ During installation with the 'Visual Studio Installer' make sure you select at l # Build wxWidgets -Download https://github.com/wxWidgets/wxWidgets/releases/download/v3.1.5/wxWidgets-3.1.5.zip and unzip it to somewhere such as `C:\MSVCDev\wxWidgets` +Download https://github.com/wxWidgets/wxWidgets/releases/download/v3.2.1/wxWidgets-3.2.1.zip and unzip it to somewhere such as `C:\MSVCDev\wxWidgets` -Navigate to `C:\MSVCDev\wxWidgets\build\msw` (or wherever you extracted) and open `wx_vc16.sln`. +Navigate to `C:\MSVCDev\wxWidgets\build\msw` (or wherever you extracted) and open `wx_vc17.sln`. Choose `Release` and `x64` for the build configuration and "Build Solution". All *should* compile successfully and you can close the project. This configuration effectively builds wxWidgets as a static library, later linked with CubicSDR. @@ -35,7 +35,7 @@ Download CMake from: * http://www.cmake.org/download/ -For this guide I've used v3.22.1 found here: +For this guide I've used v3.25.1 found here: * https://github.com/Kitware/CMake/releases/