How To Install Code::Blocks IDE (Codeblocks) In Fedora Linux?
Code::Blocks is a free and open source, cross-platform IDE. It is developed in C++ using wxWidgets as the GUI toolkit. Code::Blocks has all the good features you need, having a consistent look, feel and operation across all platforms such as Windows, Linux, and Mac OS X. In this article we will tell you how to install Code::Blocks IDE in Fedora Linux.
Install Using YUM / Repository
Code::Blocks IDE on Fedora can be installed from a third party repository (Dany's). The repository has packages for Fedora 14, Fedora 13 and Fedora 12. The latest Code::Blocks version now supports compiller (LLVM D compiler) and helps you to develop D application with this IDE. You can install this 3rd party Code::Blocks IDE repository using the commands here:
For Fedora 14
For Fedora 13
For Fedora 12
Install Code::Blocks IDE
After the repository is installed, Code::Blocks IDE can then be installed using the following command:
su -c 'yum install codeblocks'
Here is a screenshot of Code::Blocks IDE running in Fedora Linux: