Source code
If you want to download the source code of Code::Blocks 20.03, here are the links:
File | Download from |
---|---|
codeblocks-20.03.tar.xz | FossHUB or Sourceforge.net |
codeblocks-20.03.tar.bz2 | FossHUB or Sourceforge.net |
For older versions please check here.
Alternatively, you could retrieve the code from SVN. Either way, if it turns out you need to patch the source code in order to create packages for your favourite Linux distribution, we would be interested to know about the needed changes so we can include them in our next release.
Documentation
We provide a (Doxygen based) documentation of the Code::Blocks SDK to developers for developing their own plugins. It consists of the following documents:
- the main document: The Code::Blocks SDK itself (sdk.chm)
- the SDK for developing add-ons for wxSmith, the GUI design tool in Code::Blocks (wxSmith.chm) and
- the documentation for the CodeCompletion plugin in case you want to extend it:
File | Download from |
---|---|
sdk.chm | Sourceforge.net |
wxSmith.chm | Sourceforge.net |
codecompletion.chm | Sourceforge.net |
codecompletion_full.chm | Sourceforge.net |
Note to Windows users: If you download (any) CHM file, Windows will usually block the file content by default to protect you from embedded HTML viruses. The result is an empty CHM file if you open it. If that is the case, mark the CHM file as safe after download in the file properties (right click in the Explorer on the file, select “Properties” and tick the “Allow” checkbox at the bottom, next to the “Security” note.)
Miscellaneous
Note that wxWidgets for Windows comes compiled in a shared, monolithic, release, unicode flavour, compiled like that:
mingw32-make -f makefile.gcc SHARED=1 MONOLITHIC=1 BUILD=release UNICODE=1 VENDOR=cb