Difference between revisions of "MinGW installation"

From Code::Blocks
 
Line 1: Line 1:
 
==Using the MinGW installer==
 
==Using the MinGW installer==
 
*[http://prdownloads.sourceforge.net/mingw/MinGW-4.1.0.exe?download MinGW 4.1.0]
 
*[http://prdownloads.sourceforge.net/mingw/MinGW-4.1.0.exe?download MinGW 4.1.0]
This is an installer application which will upon request download the actual packages needed. I recommend against using the installer for two reasons:
+
This is an installer application which will upon request download the actual packages needed. Note that the installer is currently still a little flakey sometimes.
#You can choose between "install a previous version", "install a current version", and "install a candidate version". I personally prefer installing a known revision number instead of "a current version".
 
#The installer is somewhat flaky sometimes - "install a candidate version" installed nothing at all on my machine.
 
  
 
==gcc 3.4.2 manual install==
 
==gcc 3.4.2 manual install==
 +
To do a manual install, simply download the required files and extract them all into the same directory. For simplicity, I recommend <tt>C:\MinGW</tt>.
 
===Base system with C++===
 
===Base system with C++===
 
*[http://prdownloads.sourceforge.net/mingw/gcc-core-3.4.2-20040916-1.tar.gz?download http://prdownloads.sourceforge.net/mingw/gcc-core-3.4.2-20040916-1.tar.gz?download]
 
*[http://prdownloads.sourceforge.net/mingw/gcc-core-3.4.2-20040916-1.tar.gz?download http://prdownloads.sourceforge.net/mingw/gcc-core-3.4.2-20040916-1.tar.gz?download]

Revision as of 16:36, 22 August 2005

Using the MinGW installer

This is an installer application which will upon request download the actual packages needed. Note that the installer is currently still a little flakey sometimes.

gcc 3.4.2 manual install

To do a manual install, simply download the required files and extract them all into the same directory. For simplicity, I recommend C:\MinGW.

Base system with C++

Optionally:

gdb debugger

Objective-C

Native Java (experimental)

Fortran-77

Ada