- Console emulator for windows – CMDER
- Cygwin installation package – CYGWIN
- Integrate Cygwin to CMDER
- How to add additional packages to cygwin (apt-cyg….)
- apt-cyg installation (lynx required from Cygwin package)
Tag: cygwin
MinGW and compilation 32/64bit libraries
Install MinGW-64
1) Download MinGW 64-bit and 32-bit
http://sourceforge.net/projects/mingw-w64/files/Toolchains%20targetting%20Win64/
http://sourceforge.net/projects/mingw-w64/files/Toolchains%20targetting%20Win32/
– Toolchains targetting Win64 / Toolchains targetting Win32
– Automated Builds
– mingw-w64-1.0-bin_i686-mingw_*.zip
– mingw-w32-1.0-bin_i686-mingw_*.zip
2) Download MSYS compatible with 64-bit MinGW
3) Extract MinGW32, mingw64 and MSYS to one folder
MinGW-32, MinGW-64 and MSYS to folder MinGW64 (Bin folder from MinGW will be merged with bin folder from MSYS, etc.)
External links: