Skip to content

Commit 06a35b4

Browse files
authored
Merge pull request #110 from RoboStack/traversaro-patch-7
More cleanup of vs2019 leftovers
2 parents 2020b60 + a27e9cb commit 06a35b4

File tree

1 file changed

+4
-8
lines changed

1 file changed

+4
-8
lines changed

docs/GettingStarted.md

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ You can install Robostack using either Mamba or Pixi. We recommend using Pixi fo
120120

121121
!!! tip "Developing on Windows"
122122
- Windows users also need Visual Studio 2022 with C++ support
123-
- You can download them here: [https://docs.microsoft.com/en-us/cpp/build/vscpp-step-0-installation?view=msvc-160](https://docs.microsoft.com/en-us/cpp/build/vscpp-step-0-installation?view=msvc-160)
123+
- You can download them here: [https://docs.microsoft.com/en-us/cpp/build/vscpp-step-0-installation?view=msvc-170](https://docs.microsoft.com/en-us/cpp/build/vscpp-step-0-installation?view=msvc-170)
124124

125125

126126
=== "Pixi"
@@ -148,9 +148,8 @@ You can install Robostack using either Mamba or Pixi. We recommend using Pixi fo
148148
The command will also automatically add `LocalAppData/pixi/bin` to your path allowing you to invoke `pixi` from anywhere.
149149

150150
!!! tip "Prerequisites"
151-
- Windows users need Visual Studio (2019 or 2022) with C++ support
152-
- You can download them here: [https://docs.microsoft.com/en-us/cpp/build/vscpp-step-0-installation?view=msvc-160](https://docs.microsoft.com/en-us/cpp/build/vscpp-step-0-installation?view=msvc-160)
153-
- If you wish to use VS2022, you also need to uncomment the indicated line in the below pixi.toml file.
151+
- Windows users need Visual Studio 2022 with C++ support
152+
- You can download them here: [https://docs.microsoft.com/en-us/cpp/build/vscpp-step-0-installation?view=msvc-170](https://docs.microsoft.com/en-us/cpp/build/vscpp-step-0-installation?view=msvc-170)
154153

155154

156155
!!! note
@@ -182,10 +181,7 @@ You can install Robostack using either Mamba or Pixi. We recommend using Pixi fo
182181

183182
[target.unix.activation]
184183
# For activation scripts, we use bash for Unix-like systems
185-
scripts = ["install/setup.bash"]
186-
187-
[target.win-64.dependencies]
188-
# vs2022_win-64 = "*" # Uncomment if using Visual Studio 2022
184+
scripts = ["install/setup.bash"]
189185

190186
# To build you can use - `pixi run -e <ros distro> build <Any other temporary args>`
191187
[feature.build.target.win-64.tasks]

0 commit comments

Comments
 (0)