Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tinyboxvk authored Oct 21, 2024
1 parent 8cd8249 commit 8d310b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .conda/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down

0 comments on commit 8d310b0

Please sign in to comment.