Updated Build Windows (markdown)

Vincent Sonnier 2021-12-18 18:56:06 +01:00
parent f63e7b7bb1
commit a196766e86

@ -29,11 +29,13 @@ This configuration effectively builds wxWidgets as a static library, later linke
# Install CMake # Install CMake
This guide use the CMake GUI. Take care on **uncheck** the `Grouped` option !
Download CMake from: Download CMake from:
* http://www.cmake.org/download/ * http://www.cmake.org/download/
For this guide I've used v3.21.3 found here: For this guide I've used v3.22.1 found here:
* https://github.com/Kitware/CMake/releases/ * https://github.com/Kitware/CMake/releases/
@ -41,7 +43,7 @@ For this guide I've used v3.21.3 found here:
Download ZIP or clone SoapySDR from https://github.com/pothosware/SoapySDR to `C:\MSVCDev\SoapySDR` Download ZIP or clone SoapySDR from https://github.com/pothosware/SoapySDR to `C:\MSVCDev\SoapySDR`
* Launch CMake, set source path to `C:/MSVCDev/SoapySDR/` * Launch CMake GUI, source path to `C:/MSVCDev/SoapySDR/`
* Set destination to `C:/MSVCDev/SoapySDR_win64/` * Set destination to `C:/MSVCDev/SoapySDR_win64/`
* Click Configure. * Click Configure.
* Choose "Visual Studio 17 2022" as `Specify the generator for this project` and "x64" as `Optional platform for generator` then click Finish. * Choose "Visual Studio 17 2022" as `Specify the generator for this project` and "x64" as `Optional platform for generator` then click Finish.