From a27e9cb1c36301abff4b24c4656b698291e976b7 Mon Sep 17 00:00:00 2001 From: Silvio Traversaro Date: Fri, 5 Sep 2025 12:02:31 +0200 Subject: [PATCH] More cleanup of vs2019 leftovers --- docs/GettingStarted.md | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/docs/GettingStarted.md b/docs/GettingStarted.md index 0c872ce5..ea895ad0 100644 --- a/docs/GettingStarted.md +++ b/docs/GettingStarted.md @@ -120,7 +120,7 @@ You can install Robostack using either Mamba or Pixi. We recommend using Pixi fo !!! tip "Developing on Windows" - 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) + - 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) === "Pixi" @@ -148,9 +148,8 @@ You can install Robostack using either Mamba or Pixi. We recommend using Pixi fo The command will also automatically add `LocalAppData/pixi/bin` to your path allowing you to invoke `pixi` from anywhere. !!! tip "Prerequisites" - - Windows users need Visual Studio (2019 or 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 wish to use VS2022, you also need to uncomment the indicated line in the below pixi.toml file. + - Windows users 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-170](https://docs.microsoft.com/en-us/cpp/build/vscpp-step-0-installation?view=msvc-170) !!! note @@ -182,10 +181,7 @@ You can install Robostack using either Mamba or Pixi. We recommend using Pixi fo [target.unix.activation] # For activation scripts, we use bash for Unix-like systems - scripts = ["install/setup.bash"] - - [target.win-64.dependencies] - # vs2022_win-64 = "*" # Uncomment if using Visual Studio 2022 + scripts = ["install/setup.bash"] # To build you can use - `pixi run -e build ` [feature.build.target.win-64.tasks]