Created
February 13, 2017 02:31
-
-
Save masaeedu/49f7185ff4358bf85e281811d02304d2 to your computer and use it in GitHub Desktop.
Windows build suites for different targets
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
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