wxWidgets 3.1.3 is here, and works with native support for VS2019.

Vincent Sonnier 2019-10-29 08:52:19 +01:00
parent b6189cfc8b
commit 2ee7e15f57

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