From Fedora Project Wiki

(Adding link)
(Changing cats; mentioning license)
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
[http://www.codeblocks.org/ '''Code::Blocks'''] is a free and open-source IDE written in C++ with support for the C, C++ and Fortran programming languages. It is built using the wxWidgets toolkit. It is in the official Fedora repositories.  
[http://www.codeblocks.org/ '''Code::Blocks'''] is a free and open-source (licensed under the GNU General Public License version 3) IDE written in C++ with support for the C, C++ and Fortran programming languages. It is built using the wxWidgets toolkit. It is in the official Fedora repositories.  


[[Category:Integrated development environment]]
== Installation ==
As it is in the official Fedora repositories, merely running:
 
<pre>
sudo dnf install codeblocks
</pre>
 
should install it.
 
[[Category:Integrated development environments]]

Latest revision as of 23:14, 13 December 2016

Code::Blocks is a free and open-source (licensed under the GNU General Public License version 3) IDE written in C++ with support for the C, C++ and Fortran programming languages. It is built using the wxWidgets toolkit. It is in the official Fedora repositories.

Installation

As it is in the official Fedora repositories, merely running:

sudo dnf install codeblocks

should install it.