Last active
November 20, 2017 21:32
-
-
Save jeremygaither/7b27c9caabc22998d62ae66e37c739a1 to your computer and use it in GitHub Desktop.
Revisions
-
jeremygaither revised this gist
Nov 20, 2017 . 1 changed file with 2 additions and 0 deletions.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -11,3 +11,5 @@ pacman --sync --noconfirm --needed \ 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 -
jeremygaither created this gist
Nov 20, 2017 .There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,13 @@ #!/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