From 85dfd81e39818961b70f3ed83b1040e2062adda2 Mon Sep 17 00:00:00 2001 From: Silvio Traversaro Date: Fri, 5 Sep 2025 11:49:54 +0200 Subject: [PATCH] Remove reference to VS2022 --- docs/GettingStarted.md | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/docs/GettingStarted.md b/docs/GettingStarted.md index a8b666fe..0c872ce5 100644 --- a/docs/GettingStarted.md +++ b/docs/GettingStarted.md @@ -119,13 +119,9 @@ You can install Robostack using either Mamba or Pixi. We recommend using Pixi fo ``` !!! tip "Developing on Windows" - - Windows users also need Visual Studio (2019 or 2022) with C++ support + - Windows users also need Visual Studio 2022 with C++ support - 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) - - If you use Visual Studio 2022, you must also install the command line tool (pre-included included for VS2019): - ``` - mamba install vs2022_win-64 - ``` + === "Pixi" ## Install Pixi