Updated instructions for wxWidgets v3.2.1

Vincent Sonnier 2023-01-11 21:50:09 +01:00
parent 574704ced7
commit 224c4dbdf7
1 changed files with 3 additions and 3 deletions

@ -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/