Skip to content

Instantly share code, notes, and snippets.

@Nejat
Last active July 27, 2021 19:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Nejat/c622623d22bf285380b1b488f6afd455 to your computer and use it in GitHub Desktop.
Save Nejat/c622623d22bf285380b1b488f6afd455 to your computer and use it in GitHub Desktop.
additional bash setup commands to use when setting up MSys2 with msys2-setup.ps1
pacman -S --needed base-devel mingw-w64-x86_64-toolchain | Development Toolchain
pacman -S --needed mingw-w64-x86_64-meson | Meson
pacman -S --needed mingw-w64-x86_64-vulkan-devel | Vulkan Development Tools
pacman -S --needed mingw-w64-x86_64-gtk3 | GTK3 Development Tools
pacman -S --needed mingw-w64-x86_64-gtk4 | GTK4 Development Tools
pacman -S --needed mingw-w64-x86_64-glade | GTK GLade Interface Designer
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment