From 9a9e016fe64dba66d2ffeb2fed98cc24fb934525 Mon Sep 17 00:00:00 2001 From: Tyrone Whitmore-Wilson <59067349+tjw234@users.noreply.github.com> Date: Wed, 9 Feb 2022 16:42:48 -0500 Subject: [PATCH] Visual studio build tools link update Make the link for visual studio build tools more useful. Now takes directly to the downloadd (if browser js is enabled) --- Pico/Setup/PicoSetup.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Pico/Setup/PicoSetup.html b/Pico/Setup/PicoSetup.html index 67166be..3caa816 100644 --- a/Pico/Setup/PicoSetup.html +++ b/Pico/Setup/PicoSetup.html @@ -13144,7 +13144,7 @@

Getting everything installedVisual Studio Code -
  • Install Build Tools for Visual Studio 2019
      +
    • Install Build Tools for Visual Studio 2022
      • When prompted by the Built Tools for Visual Studio installer, you need to install the C++ build tools only.
      • You must install the full "Windows 10 SDK" package as the SDK will need to build the pioasm and elf2uf2 tools locally. Removing it from the list of installed items will mean that you will be unable to build Raspberry Pi Pico binaries.
      • This takes a while.