Difference between revisions of "Building From Source"

From Code::Blocks
Line 1: Line 1:
'''Note:''' GCC (MinGW etc.) is the only compiler you can build Code::Blocks with. It always has been, and always will be. '''Therefore this page has no instructions, and will have no instructions for building Code::Blocks with any other compiler.'''
+
'''Note:''' The official supported compiler to build Code::Blocks with is GCC (or MinGW). At the present time, GCC is also the only compiler known to successfully build Code::Blocks without modifications.
 +
 
 +
''The build instructions on this page therefore relate exclusively to GCC.''
  
 
For the latest stable code (all platforms), you can check out the source from BerliOS anonymous SVN.
 
For the latest stable code (all platforms), you can check out the source from BerliOS anonymous SVN.
Line 12: Line 14:
  
 
=== Prerequisites ===
 
=== Prerequisites ===
 
; Compiler
 
 
* [[MinGW_installation#gcc_3.4.4_manual_install|Install MinGW]]
 
 
; wxWidgets
 
 
; Code<nowiki>::</nowiki>Blocks source
 
  
 
=== Building ===
 
=== Building ===
Line 26: Line 20:
  
 
=== Prerequisites ===
 
=== Prerequisites ===
 
; Compiler
 
 
; wxWidgets
 
 
; Code<nowiki>::</nowiki>Blocks source
 
  
 
=== Building ===
 
=== Building ===
  
 
== Mac OS X ==
 
== Mac OS X ==
 
=== Prerequisites ===
 
 
; Compiler
 
 
; wxWidgets
 
 
; Code<nowiki>::</nowiki>Blocks source
 
 
=== Building ===
 

Revision as of 17:22, 10 April 2006

Note: The official supported compiler to build Code::Blocks with is GCC (or MinGW). At the present time, GCC is also the only compiler known to successfully build Code::Blocks without modifications.

The build instructions on this page therefore relate exclusively to GCC.

For the latest stable code (all platforms), you can check out the source from BerliOS anonymous SVN.

Example checkout:

svn checkout svn://svn.berlios.de/codeblocks/trunk 

More detailed instrcutions here.

MS Windows

Prerequisites

Building

Linux

Prerequisites

Building

Mac OS X