Installing Code::Blocks nightly build on Fedora

From Code::Blocks
Revision as of 20:48, 13 September 2006 by SharkCZ (talk | contribs) (updated for real Fedora system)

This is a stub, help Code::Blocks by expanding this article!

Basicly installation on FC5 should be something along the lines:

First, find the package name:
yum list 'codeblocks*'
it should return: codeblocks, codeblocks-contrib, codeblocks-devel

su -
<password>
yum install codeblocks codeblocks-contrib

You will need to have the 'extras' repository enabled. This means that you should have enabled=1 in /etc/yum.repos.d/fedora-extras.repo

TODO:

  • Maybe add a howto using yumex?