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 50fefb0 commit 90ee1d5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tutorials/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -161,8 +161,8 @@ This assumes you have created and activated a Conda environment while [installin
cd gz-sensors
mkdir build
cd build
cmake ..
cmake --build .
cmake .. -DBUILD_TESTING=OFF # Optionally, -DCMAKE_INSTALL_PREFIX=path\to\install
cmake --build . --config Release
```

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 90ee1d5

Please sign in to comment.