Skip to content

Instantly share code, notes, and snippets.

@jeremygaither
Last active November 20, 2017 21:32
Show Gist options
  • Save jeremygaither/7b27c9caabc22998d62ae66e37c739a1 to your computer and use it in GitHub Desktop.
Save jeremygaither/7b27c9caabc22998d62ae66e37c739a1 to your computer and use it in GitHub Desktop.
#!/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