Skip to content

Commit

Permalink
fix prerequisites windows (#534)
Browse files Browse the repository at this point in the history
Signed-off-by: Van Malleghem Antoine <antoine.vanmalleghem@botronics.be>
  • Loading branch information
avanmalleghem authored Sep 13, 2024
1 parent f7a303c commit 8b184b3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tutorials/02_installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`).

Expand Down Expand Up @@ -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
```
Expand Down

0 comments on commit 8b184b3

Please sign in to comment.