Last active
October 20, 2017 13:58
-
-
Save bgadrian/77f58955ffcbfe92afab246267c5f55f to your computer and use it in GitHub Desktop.
Tutorial for GW windows
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
cd c: && \ | |
wget -O "msys.7z" "https://sourceforge.net/projects/mingwbuilds/files/external-binary-packages/msys%2B7za%2Bwget%2Bsvn%2Bgit%2Bmercurial%2Bcvs-rev13.7z/download" --no-check-certificate && \ | |
unzip msys.7z && \ | |
mkdir c:\msys\mingw && \ | |
echo "C:/MinGW-W64/mingw64 /mingw" >> "C:\msys\etc\fstab" && \ | |
wget -O "C:\msys\bin\yasm.exe" "http://www.tortall.net/projects/yasm/releases/yasm-1.3.0-win64.exe" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment