Skip to content

Commit

Permalink
Update README.md (#114)
Browse files Browse the repository at this point in the history
* Update README.md

* Update README.md
  • Loading branch information
tinyboxvk authored Nov 7, 2024
1 parent 2dd7a4e commit 2c98f7a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .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 [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.
**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 Expand Up @@ -94,7 +94,7 @@ Only a few steps are needed to use this recipe to build and test this OOT module

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

conda-smithy rerender --feedstock_config .conda/conda-forge.yml -c auto
conda smithy rerender --feedstock_config .conda/conda-forge.yml -c auto

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:

Expand Down

0 comments on commit 2c98f7a

Please sign in to comment.