Skip to content

Instantly share code, notes, and snippets.

@masaeedu
Created February 13, 2017 02:31
Show Gist options
  • Save masaeedu/49f7185ff4358bf85e281811d02304d2 to your computer and use it in GitHub Desktop.
Save masaeedu/49f7185ff4358bf85e281811d02304d2 to your computer and use it in GitHub Desktop.
Windows build suites for different targets
http://stackoverflow.com/a/4544818
Cygwin: apt-cyg install gcc4-g++ make cygutils diffutils util-linux inetutils openssh mintty
32-bit mingw64: apt-cyg install mingw64-i686-gcc-g++ make cygutils diffutils util-linux inetutils openssh mintty
64-bit mingw64: apt-cyg install mingw64-x86_64-gcc-g++ make cygutils diffutils util-linux inetutils openssh mintty
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment