Skip to content

Instantly share code, notes, and snippets.

@bgadrian
Last active October 20, 2017 13:58
Show Gist options
  • Save bgadrian/77f58955ffcbfe92afab246267c5f55f to your computer and use it in GitHub Desktop.
Save bgadrian/77f58955ffcbfe92afab246267c5f55f to your computer and use it in GitHub Desktop.
Tutorial for GW windows
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