Skip to content

Commit

Permalink
fix install for windows tutorial
Browse files Browse the repository at this point in the history
Signed-off-by: Van Malleghem Antoine <[email protected]>
  • Loading branch information
avanmalleghem committed Sep 12, 2024
1 parent 6f0d590 commit 77bb827
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tutorials/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ which version you need.

#### Install 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://github.com/gazebosim/gz-cmake) 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 @@ -161,6 +161,8 @@ This assumes you have created and activated a Conda environment while [installin
cd gz-sensors
mkdir build
cd build
cmake ..
cmake --build .
```

4. Optionally, install. You will likely need to run a terminal with admin privileges for this call to succeed.
Expand Down

0 comments on commit 77bb827

Please sign in to comment.