From a8031023c67a1d414bd12a7249e2654e07552241 Mon Sep 17 00:00:00 2001 From: Vincent Sonnier Date: Fri, 26 Apr 2019 09:20:40 +0200 Subject: [PATCH] Updated Build Windows (markdown) --- Build-Windows.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Build-Windows.md b/Build-Windows.md index fddc7fa..fc7b7b6 100644 --- a/Build-Windows.md +++ b/Build-Windows.md @@ -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