From 1d5d24e944deb740ca7c41f38a29c20ec5d51bc2 Mon Sep 17 00:00:00 2001 From: Michael Carroll Date: Thu, 14 Sep 2023 16:00:07 +0000 Subject: [PATCH] Fix conda link and dependencies Signed-off-by: Michael Carroll --- tutorials/install.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tutorials/install.md b/tutorials/install.md index 8429176..695298b 100644 --- a/tutorials/install.md +++ b/tutorials/install.md @@ -171,11 +171,11 @@ First, follow the [gz-cmake](https://github.com/gazebosim/gz-cmake) tutorial for ``` conda search libgz-tools* --channel conda-forge --info ``` - See the [Conda release repository](https://github.com/conda-forge/libignition-tools4-feedstock) for more information. + See the [Conda release repository](https://github.com/conda-forge/gz-tools2-feedstock) for more information. Install dependencies, replacing `<#>` with the desired version: ``` - conda install libgz-cmake<#> --channel conda-forge + conda install backward-cpp ruby libgz-cmake<#> --channel conda-forge ``` 3. Navigate to where you would like to build the library, and clone the repository.