chrysocome.netChrysocome Logo

MinGW/MSYS Installation Instructions

Obtaining the files

A number of files are required. You can download them individually from sourceforge or all together from chrysocome. The chrysocome package now includes the C++ compiler.

  • http://prdownloads.sf.net/mingw/MSYS-1.0.10.exe?download
  • http://prdownloads.sf.net/mingw/mingw-runtime-3.9.tar.gz?download
  • http://prdownloads.sf.net/mingw/mingw-utils-0.3.tar.gz?download
  • http://prdownloads.sf.net/mingw/binutils-2.15.91-20040904-1.tar.gz?download
  • http://prdownloads.sf.net/mingw/w32api-3.6.tar.gz?download
  • http://prdownloads.sf.net/mingw/gcc-core-3.4.2-20040916-1.tar.gz?download
  • http://prdownloads.sf.net/mingw/gcc-g++-3.4.2-20040916-1.tar.gz?download
  • http://prdownloads.sf.net/mingw/msys-autoconf-2.59.tar.bz2?download
  • http://prdownloads.sf.net/mingw/msys-automake-1.8.2.tar.bz2?download
  • http://prdownloads.sf.net/mingw/msys-libtool-1.5.tar.bz2?download
  1. Run MSYS-1.0.10.exe and install using the defaults
  2. Run MSYS
  3. cd into /mingwcd /mingw
  4. Figure out the path to your downloaded files. My path was /c/temp/ls /c/temp/
  5. run this command for i in /c/temp/mingw/*.tar.gz ; do tar -xzf $i ; done adjusting the path as required
  6. run this command for i in /c/temp/mingw/*.tar.bz2 ; do tar -xjf $i ; done adjusting the path as required

You should now have a functioning MinGW/MSYS build environment.

Donate