You Are Here: Home » Articles » How-To » Linux » OS

How To Install Code::Blocks IDE (Codeblocks) In Fedora Linux?

By Debjit on September 9th, 2010 
Advertisement

Code::Blocks (Codeblocks IDE) in FedoraCode::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

su -c 'rpm -Uvh http://fedora.danny.cz/danny/danny-release-14-1.noarch.rpm'

For Fedora 13

su -c 'rpm -Uvh http://fedora.danny.cz/danny/danny-release-13-1.noarch.rpm'

For Fedora 12

su -c 'rpm -Uvh http://fedora.danny.cz/danny/danny-release-12-1.noarch.rpm'

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:

Codeblocks IDE in Fedora

Thanks Fedora-fr

Advertisement







How To Install Code::Blocks IDE (Codeblocks) In Fedora Linux? was originally published on Digitizor.com on September 5, 2010 - 11:52 pm (Indian Standard Time)