Last active
July 27, 2021 19:07
-
-
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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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