From 2ee7e15f5752c2b0de8accabb5f2cd4e97eec828 Mon Sep 17 00:00:00 2001 From: Vincent Sonnier Date: Tue, 29 Oct 2019 08:52:19 +0100 Subject: [PATCH] wxWidgets 3.1.3 is here, and works with native support for VS2019. --- Build-Windows.md | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/Build-Windows.md b/Build-Windows.md index f122c61..af36569 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.2/wxWidgets-3.1.2.zip and unzip it to somewhere such as `C:\MSVCDev\wxWidgets-3.1.2` +Download https://github.com/wxWidgets/wxWidgets/releases/download/v3.1.3/wxWidgets-3.1.3.zip and unzip it to somewhere such as `C:\MSVCDev\wxWidgets-3.1.3` -Navigate to `C:\MSVCDev\wxWidgets-3.1.2\build\msw` (or wherever you extracted) and open `wx_vc15.sln`. +Navigate to `C:\MSVCDev\wxWidgets-3.1.3\build\msw` (or wherever you extracted) and open `wx_vc16.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,9 +35,7 @@ Download CMake from: For this guide I've used: -* https://cmake.org/files/v3.14/cmake-3.14.2-win64-x64.msi - -As recommended, uninstall the older CMake version first if present, then just install CMake with default or preferred options. +* https://cmake.org/files/v3.15/cmake-3.15.4-win64-x64.msi # Install SoapySDR @@ -74,8 +72,8 @@ Copy the file `SoapySDR.dll` in the `C:\MSVCDev\CubicSDR_win64\x64` directory wh * Choose `C:\MSVCDev\CubicSDR_win64` for build folder. * Click Configure. * Choose "Visual Studio 16 2019" as `Specify the generator for this project` and "x64" as `Optional platform for generator` then click Finish. -* Set wxWidgets_ROOT_DIR to `C:\MSVCDev\wxWidgets-3.1.2` -* Set wxWidgets_LIB_DIR to `C:\MSVCDev\wxWidgets-3.1.2\lib\vc_x64_lib` +* Set wxWidgets_ROOT_DIR to `C:\MSVCDev\wxWidgets-3.1.3` +* Set wxWidgets_LIB_DIR to `C:\MSVCDev\wxWidgets-3.1.3\lib\vc_x64_lib` * Set CMAKE_INSTALL_PREFIX to `C:/MSVCDev/SoapySDR_win64_install` * Click "Configure" again