Please select a setup package depending on your platform:

 


Windows logo Windows 2000 / XP / Vista:

File
Date
Size
Download from
codeblocks-8.02-setup.exe 28 Feb 200810.8 MB Sourceforge or BerliOS
codeblocks-8.02mingw-setup.exe
28 Feb 2008 19.3 MB Sourceforge or BerliOS

 

NOTE: The codeblocks-8.02mingw-setup.exe file includes the GCC compiler and GDB debugger from MinGW.

 


 

Linux logoLinux 32-bit:

Distro FileDate
Size
Download from

Ubuntu logo

codeblocks_8.02-0ubuntu1.deb.tar.gz
28 Feb 2008
20.1 MB Sourceforge or BerliOS
Debian logocodeblocks-8.02debian-i386.tar.gz
28 Feb 2008
20.1 MB
Sourceforge or BerliOS
Fedora Core logocodeblocks-8.02-0fc8-i586.tar.gz 2 Mar 2008 8.6 MB Sourceforge or BerliOS
Suse logocodeblocks-8.02-0suse102-i586.tar.gz 2 Mar 2008 8.2 MB Sourceforge or BerliOS
Suse logocodeblocks-8.02-0suse103-i586.tar.gz
2 Mar 2008 8.4 MB Sourceforge or BerliOS

 

Linux logoLinux 64-bit:

Distro FileDate
Size
Download from

Ubuntu logo

codeblocks-8.02-amd64.tar.gz28 Feb 2008
20.3 MB Sourceforge or BerliOS
Debian logocodeblocks-8.02debian-amd64.tar.gz
28 Feb 2008
20.1 MB
Sourceforge or BerliOS
Fedora Core logocodeblocks-8.02-0fc8-x86_64.tar.gz 2 Mar 2008 8.5 MB Sourceforge or BerliOS
Suse logocodeblocks-8.02-0suse102-x86_64.tar.gz 2 Mar 2008 8.2 MB Sourceforge or BerliOS
Suse logocodeblocks-8.02-0suse103-x86_64.tar.gz 2 Mar 2008 8.4 MB Sourceforge or BerliOS

 

NOTE: The Linux packages above are compressed archives (tar.gz). When you decompress the package you downloaded on your system, you will find all the .deb packages required to install Code::Blocks.

NOTE 2: The Ubuntu packages have been linked against wxGTK-2.8.7, which is not available in the default Ubuntu repositories.To successfully install these packages, you have to add the wxWidgets repository for Ubuntu in your /etc/apt/sources.list (e.g. deb http://apt.wxwidgets.org/ gutsy-wx main).

 



 

Apple logoMac OS X:

File
Date
Size
Download from
codeblocks-8.02-mac.zip 28 Feb 200819.6 MB Sourceforge or BerliOS
codeblocks-8.02-p2-mac.zip 21 Mar 2008 19.6 MB BerliOS

 

NOTES:

  • Code::Blocks for Mac is currently not as stable as are other ports. In other words, we could use an extra Mac developer (or two) to work on Mac compatibility issues.
  • The provided downloads contain a Universal Binary (that means: ppc and i386), built for Mac OS X 10.4 (and later), bundling a copy of wxWidgets 2.8.7 Unicode and all Code::Blocks plugins.
  • The actual archives are regular .zip files, that contain a "CodeBlocks.app" application bundle that the user can place wherever they like on their drive - such as in /Developer/Applications or ~/Applications if not having admin privileges.
  • The p1 (patch1) release has been removed from the list as, apparently, the file was corrupted. Sorry for the inconvenience.
  • The p2 (patch2) release above should hopefully fix many of the stability problems encountered with the vanilla 8.02 release. It contains changes to the bundled wxMac library, not to Code::Blocks' source code.
 

Build system

Code::Blocks implements a custom build system with very important features: ultra-fast dependencies generation, build queues and parallel builds are the most important ones to mention.

Debugging

The debugging subsystem has been greatly enhanced in the latest version. Automatic/manual watches, code/data breakpoints, call stack, disassembly listing and memory dumps are only few of its features.