From 8d310b02c74ed210fa8c7e2519d6a8c7c41bf1a6 Mon Sep 17 00:00:00 2001 From: tinyboxvk Date: Mon, 21 Oct 2024 16:51:07 +0000 Subject: [PATCH] Update README.md --- .conda/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.conda/README.md b/.conda/README.md index 535b9302..60418430 100644 --- a/.conda/README.md +++ b/.conda/README.md @@ -24,7 +24,7 @@ Packages for GNU Radio and some out-of-tree (OOT) modules are available through conda install -n base conda-build conda-forge-pinning conda upgrade -n base conda-build conda-forge-pinning - **Windows users only**: you will also need to have Microsoft's Visual C++ build tools installed. Usually you can do this by installing the [Build Tools for Visual Studio 2022](https://visualstudio.microsoft.com/downloads/#build-tools-for-visual-studio-2022) and then selecting a MSVC C++ x64/x86 build tools component under the list of "Individual components". As of this writing, you will specifically need MSVC v143, i.e. the "MSVC v143 - VS2022 C++ x64/x86 build tools (v14.41-17.11)" component. If the build fails to find the version of MSVC it is looking for, try installing other (newer) versions. + **Windows users only**: you will also need to have Microsoft's Visual C++ build tools installed. Usually you can do this by installing the [Build Tools for Visual Studio 2022](https://visualstudio.microsoft.com/downloads/#build-tools-for-visual-studio-2022) and then selecting a MSVC C++ x64/x86 build tools component under the list of "Individual components". As of this writing, you will specifically need MSVC v143, i.e. the "MSVC v143 - VS2022 C++ x64/x86 build tools (Latest)" component. If the build fails to find the version of MSVC it is looking for, try installing other (newer) versions. 2. Download the source code for this OOT module (which includes this recipe). Typically, this is done by using `git` and cloning the module's repository: