Difference between revisions of "Compiling wxWidgets 2.4.2 to develop Code::Blocks (MSW)"

From Code::Blocks
Line 7: Line 7:
 
== Install MinGW ==
 
== Install MinGW ==
  
If you don't have the Code::Blocks+MinGW bundle, grab the latest MINGW stuff (including MSYS) from the MINGW site and install it under a directory you like. In this tutorial we're assumming you're installing MINGW under C:\MINGW.
+
If you don't have the Code::Blocks+MinGW bundle, grab the latest MINGW stuff (including MSYS) from the  
 +
[http://www.mingw.org/download.shtml#hdr2 MINGW site] and install it under a directory you like. In this tutorial we're assumming you're installing MINGW under C:\MINGW.
  
 +
NOTE: The files are compressed in the tar.gz format. You need a third-party extraction utility to unzip them.
 +
 +
The files I have installed are:
 +
 +
* [http://prdownloads.sf.net/mingw/gcc-core-3.4.2-20040916-1.tar.gz?download gcc-core-3.4.2-20040916-1.tar.gz]
 +
* [http://prdownloads.sf.net/mingw/gcc-g++-3.4.2-20040916-1.tar.gz?download gcc-g++-3.4.2-20040916-1.tar.gz]
 +
* [http://prdownloads.sf.net/mingw/MSYS-1.0.10.exe?download MSYS-1.0.10.exe]
 +
* [http://prdownloads.sf.net/mingw/mingw-runtime-3.7.tar.gz?download mingw-runtime-3.7.tar.gz]
 +
* [http://prdownloads.sf.net/mingw/mingw-utils-0.3.tar.gz?download mingw-utils-0.3.tar.gz]
 +
* [http://prdownloads.sf.net/mingw/w32api-3.2.tar.gz?download w32api-3.2.tar.gz]
 +
* [http://prdownloads.sf.net/mingw/binutils-2.15.91-20040904-1.tar.gz?download binutils-2.15.91-20040904-1.tar.gz]
 +
* [http://prdownloads.sf.net/mingw/gdb-5.2.1-1.exe?download gdb-5.2.1-1.exe]
 +
* [http://prdownloads.sf.net/mingw/mingw32-make-3.80.0-3.exe?download mingw32-make-3.80.0-3.exe]
  
 
== Set up MSYS ==
 
== Set up MSYS ==

Revision as of 03:42, 25 May 2005

These are the instructions to Install and compile wxWidgets 2.4.2 so you can later compile Code::Blocks on your own.

(NOTE: The instructions are MS Windows (TM) specific, but some could be applied to other platforms as well)

(NOTE: This article is under construction)

Install MinGW

If you don't have the Code::Blocks+MinGW bundle, grab the latest MINGW stuff (including MSYS) from the MINGW site and install it under a directory you like. In this tutorial we're assumming you're installing MINGW under C:\MINGW.

NOTE: The files are compressed in the tar.gz format. You need a third-party extraction utility to unzip them.

The files I have installed are:

Set up MSYS

Under construction.


Download and Install the wxWidgets source code

Under construction.


Build wxWidgets

Under construction.


Build the STC library

Under construction.


Build the XRC library

Under construction.


Copy the files to your mingw directory or set up the paths

Under construction.