Updated Build Windows (markdown)

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

@ -28,12 +28,14 @@ Choose `Release` and `x64` for the build configuration and "Build Solution". Al
This configuration effectively builds wxWidgets as a static library, later linked with CubicSDR.
# Install CMake
This guide use the CMake GUI. Take care on **uncheck** the `Grouped` option !
Download CMake from:
* 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/
@ -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`
* 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/`
* Click Configure.
* Choose "Visual Studio 17 2022" as `Specify the generator for this project` and "x64" as `Optional platform for generator` then click Finish.