Skip to content

Commit 2c98f7a

Browse files
authored
Update README.md (#114)
* Update README.md * Update README.md
1 parent 2dd7a4e commit 2c98f7a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.conda/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Packages for GNU Radio and some out-of-tree (OOT) modules are available through
2424
conda install -n base conda-build conda-forge-pinning
2525
conda upgrade -n base conda-build conda-forge-pinning
2626

27-
**Windows users only**: you will also need to have Microsoft's Visual C++ build tools installed. Usually you can do this by installing the [Community edition of Visual Studio](https://visualstudio.microsoft.com/free-developer-offers/) 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 v141, i.e. the "MSVC v141 - VS2017 C++ x64/x86 build tools (v14.16)" component. If the build fails to find the version of MSVC it is looking for, try installing other (newer) versions.
27+
**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.
2828

2929
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:
3030

@@ -94,7 +94,7 @@ Only a few steps are needed to use this recipe to build and test this OOT module
9494

9595
3. "Re-render" the CI scripts by running conda-smithy from the root of your repository:
9696

97-
conda-smithy rerender --feedstock_config .conda/conda-forge.yml -c auto
97+
conda smithy rerender --feedstock_config .conda/conda-forge.yml -c auto
9898

9999
This will create a commit that adds or updates the CI scripts that have been configured with `conda-forge.yml`. If you want to minimize extraneous files, you can remove some of the newly-created files that are not necessary outside of a typical conda-forge feedstock:
100100

0 commit comments

Comments
 (0)