Updated Build Windows (markdown)

Vincent Sonnier 2019-04-26 09:20:40 +02:00
parent 175fb09a1a
commit a8031023c6

@ -6,7 +6,7 @@ This guide describes how to build CubicSDR together with its dependencies and so
While the focus is on Visual Studio 2019, it works also for either Visual Studio 2017 or even 2015. The 2019 version is the last iteration of the 2015 generation, so use this one preferably.
Visual Studio 2019 also has better compiler optimizations which may result a faster CubicSDR.
Interesting point, VS2019 produces binaries compatible with VS2017 or VS2017 ones so there is no point of not using VS2019 whatsoever.
Interesting point, VS2019 produces binaries compatible with either VS2015 or VS2017 ones so there is no point of not using VS2019 whatsoever.
Alternatively if you don't want to compile anything and use pre-built binaries instead, you can install the [PothosSDR distribution](https://github.com/pothosware/PothosSDR/wiki/Tutorial) (Resources / Download installer) which contains a Win64 build of the latest CubicSDR source code together with all the existing SoapySDR modules to talk to any SDR device.
Given a new version is released roughly every month, you may get more recent CubicSDR binaries than from the [official