Last active
November 20, 2017 21:32
-
-
Save jeremygaither/7b27c9caabc22998d62ae66e37c739a1 to your computer and use it in GitHub Desktop.
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
| #!/bin/bash | |
| pacman --sync --refresh --sysupgrade | |
| pacman --sync --noconfirm --needed \ | |
| make \ | |
| base-devel \ | |
| mingw-w64-i686-toolchain \ | |
| mingw-w64-x86_64-toolchain \ | |
| mingw-w64-i686-cmake \ | |
| mingw-w64-x86_64-cmake \ | |
| mingw-w64-i686-pkg-config \ | |
| mingw-w64-x86_64-pkg-config | |
| echo Add to path: C:\tools\msys64\mingw64\bin;C:\tools\msys64\mingw32\bin |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment