Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update README.md #114

Merged
merged 2 commits into from
Nov 7, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading