Difference between revisions of "Compiling wxWidgets 2.4.2 to develop Code::Blocks (MSW)"
From Code::Blocks
Line 5: | Line 5: | ||
(NOTE: This article is under construction) | (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. | |
+ | |||
+ | |||
+ | == 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. |
Revision as of 02:25, 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.
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.