diff --git a/Build-Windows.md b/Build-Windows.md index 4239179..aeb4931 100644 --- a/Build-Windows.md +++ b/Build-Windows.md @@ -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.