Difference between revisions of "Building From Source"
From Code::Blocks
Sethjackson (talk | contribs) |
Sethjackson (talk | contribs) |
||
Line 1: | Line 1: | ||
− | '''Note:''' | + | '''Note:''' GCC (MinGW etc.) is the only compiler you can build Code::Blocks with. It always has been, amd always will be. '''Therefore this page has no instructions, and will have no instructions for building Code::Blocks with any other compiler.''' |
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 9: | Line 9: | ||
More detailed instrcutions [https://www.codeblocks.org/source_code.shtml here]. | More detailed instrcutions [https://www.codeblocks.org/source_code.shtml here]. | ||
− | = MS Windows | + | == MS Windows == |
− | |||
− | |||
=== Prerequisites === | === Prerequisites === | ||
Line 17: | Line 15: | ||
=== Building === | === Building === | ||
− | = Linux | + | == Linux == |
− | |||
− | |||
=== Prerequisites === | === Prerequisites === | ||
Line 25: | Line 21: | ||
=== Building === | === Building === | ||
− | = Mac OS X = | + | == Mac OS X == |
Revision as of 16:58, 10 April 2006
Note: GCC (MinGW etc.) is the only compiler you can build Code::Blocks with. It always has been, amd always will be. Therefore this page has no instructions, and will have no instructions for building Code::Blocks with any other compiler.
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.