Skip to content

Commit 02fc5ad

Browse files
Fix tutorial install windows (#470)
Signed-off-by: Van Malleghem Antoine <antoine.vanmalleghem@botronics.be>
1 parent 6f0d590 commit 02fc5ad

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tutorials/install.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ which version you need.
4444

4545
#### Install Prerequisites
4646

47-
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.
47+
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.
4848

4949
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`).
5050

@@ -161,6 +161,8 @@ This assumes you have created and activated a Conda environment while [installin
161161
cd gz-sensors
162162
mkdir build
163163
cd build
164+
cmake .. -DBUILD_TESTING=OFF # Optionally, -DCMAKE_INSTALL_PREFIX=path\to\install
165+
cmake --build . --config Release
164166
```
165167

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

0 commit comments

Comments
 (0)