wxWidgets 3.14 was released

Vincent Sonnier 2020-11-11 10:10:06 +01:00
parent a2e250093b
commit fa3eb2e1b9

@ -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.3/wxWidgets-3.1.3.zip and unzip it to somewhere such as `C:\MSVCDev\wxWidgets-3.1.3`
Download https://github.com/wxWidgets/wxWidgets/releases/download/v3.1.4/wxWidgets-3.1.4.zip and unzip it to somewhere such as `C:\MSVCDev\wxWidgets-3.1.4`
Navigate to `C:\MSVCDev\wxWidgets-3.1.3\build\msw` (or wherever you extracted) and open `wx_vc16.sln`.
Navigate to `C:\MSVCDev\wxWidgets-3.1.4\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,7 +35,7 @@ Download CMake from:
For this guide I've used:
* https://github.com/Kitware/CMake/releases/download/v3.16.3/cmake-3.16.3-win64-x64.msi
* https://github.com/Kitware/CMake/releases/download/v3.16.3/cmake-3.18.4-win64-x64.msi
# Install SoapySDR
@ -72,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.3`
* Set wxWidgets_LIB_DIR to `C:\MSVCDev\wxWidgets-3.1.3\lib\vc_x64_lib`
* Set wxWidgets_ROOT_DIR to `C:\MSVCDev\wxWidgets-3.1.4`
* Set wxWidgets_LIB_DIR to `C:\MSVCDev\wxWidgets-3.1.4\lib\vc_x64_lib`
* Set CMAKE_INSTALL_PREFIX to `C:/MSVCDev/SoapySDR_win64_install`
* Click "Configure" again