Are you a C or C programmer? If yes, you must be familiar with the CodeBlocks. CodeBlocks is an open source, free, cross-platform IDE for the C, C and FORTRAN programmers and developers. If you’re new in this field, then let us inform you that CodeBlocks is entirely free for everyone to download. Dec 21, 2013 Code::Blocks is an open-source, cross-platform IDE. If you are beginning or learning C/C Code::Blocks is a great IDE to also give a try. Home Linux distributions Install Code::Blocks IDE in Ubuntu/ElementaryOS/Debian. Linux distributions; Install Code::Blocks IDE in Ubuntu/ElementaryOS/Debian. Open Source and Free Software enthusiast.
- 2Linux
- 3BSD
MS Windows
Linux
- Installing Code::Blocks from source on Linux (applies to all distros)
Ubuntu
Debian
Fedora
Blag
Gentoo
Platypux
Arch Linux
RPM based distributions
Such as: Red Hat Linux, Yellow Dog Linux, Fedora Core, CentOS, etc. etc.
BSD
FreeBSD
OpenBSD
Code Blocks For Ubuntu 16.04 Free Download
Solaris
Mac OS X
Derivatives
- Code::Blocks EDU-Portable - portable installation configured for learners and instructors of C/C++.
- Code::Blocks IDE for Fortran - additional features for Fortran oriented programmers.
Code Blocks Free Download For Ubuntu Windows 7
Working on Code::Blocks sources from within Code::Blocks!
The following applies for all platforms where you have Code::Blocks installed and working.
After correct install of Code::Blocks you will find two folders under .../trunc/src , a directory named 'devel' and another one named 'output'.These two folders will contain the same files and directory structure and you can use the IDE from either of these two directories. This structure has been created so that you can work in Code::Blocks while editing Code::Blocks' sources ;).Basically, you'll be using the 'output/CodeBlocks.exe' executable. Code::Blocks' project settings are such that all output goes under 'devel'. So you can edit Code::Blocks' sources inside Code::Blocks and, when pressing 'Run', it will run the 'devel/CodeBlocks.exe' executable ;). This way, you can't ruin the main executable you're using (under 'output'). When your changes satisfy you and all works well, quit Code::Blocks, run 'make update' from command line and re-launch 'output/CodeBlocks.exe'. You'll be working on your brand new IDE!