From 8b184b3ca001b67c4854ad8d3dd40f6f47cd29c6 Mon Sep 17 00:00:00 2001 From: Antoine Van Malleghem Date: Fri, 13 Sep 2024 15:41:23 +0200 Subject: [PATCH] fix prerequisites windows (#534) Signed-off-by: Van Malleghem Antoine --- tutorials/02_installation.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tutorials/02_installation.md b/tutorials/02_installation.md index 28931fe9..89207356 100644 --- a/tutorials/02_installation.md +++ b/tutorials/02_installation.md @@ -205,7 +205,7 @@ sudo make uninstall ### Prerequisites -First, follow the [gz-cmake](https://github.com/gazebosim/gz-cmake) tutorial for installing Conda, Visual Studio, CMake, etc., prerequisites, and creating a Conda environment. +First, follow the [source installation](https://gazebosim.org/docs/ionic/install_windows_src/) tutorial until step 5 included for installing Conda, Visual Studio, CMake, etc., prerequisites, and creating a Conda environment. Navigate to `condabin` if necessary to use the `conda` command (i.e., if Conda is not in your `PATH` environment variable. You can find the location of `condabin` in Anaconda Prompt, `where conda`). @@ -266,7 +266,7 @@ conda install libgz-cmake<#> libgz-msgs<#> libgz-tools<#> --channel conda-forge cmake --build . --config Release ``` - Try an example + Try an example (in the Release directory) ```bash responser ```