Skip to content

Instantly share code, notes, and snippets.

@wilyJ80
Last active March 19, 2024 01:20
Show Gist options
  • Save wilyJ80/862a964dc032dee2b1836208b5b5239d to your computer and use it in GitHub Desktop.
Save wilyJ80/862a964dc032dee2b1836208b5b5239d to your computer and use it in GitHub Desktop.
c-vscode-mingw-gcc-quickstart
@echo off
winget install -e --id Microsoft.VisualStudioCode
winget install -e --id MSYS2.MSYS2
C:\msys64\msys2_shell.cmd -c "pacman -Syu"
C:\msys64\msys2_shell.cmd -c "pacman -Su"
C:\msys64\msys2_shell.cmd -c "pacman -S --needed base-devel mingw-w64-ucrt-x86_64-toolchain"
setx PATH "%PATH%;C:\msys64\usr\bin"
@wilyJ80
Copy link
Author

wilyJ80 commented Mar 19, 2024

DOES NOT WORK

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment