You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/GettingStarted.md
+4-8Lines changed: 4 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -120,7 +120,7 @@ You can install Robostack using either Mamba or Pixi. We recommend using Pixi fo
120
120
121
121
!!! tip "Developing on Windows"
122
122
- 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)
124
124
125
125
126
126
=== "Pixi"
@@ -148,9 +148,8 @@ You can install Robostack using either Mamba or Pixi. We recommend using Pixi fo
148
148
The command will also automatically add `LocalAppData/pixi/bin` to your path allowing you to invoke `pixi` from anywhere.
149
149
150
150
!!! 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)
154
153
155
154
156
155
!!! note
@@ -182,10 +181,7 @@ You can install Robostack using either Mamba or Pixi. We recommend using Pixi fo
182
181
183
182
[target.unix.activation]
184
183
# 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"]
189
185
190
186
# To build you can use - `pixi run -e <ros distro> build <Any other temporary args>`
0 commit comments