Difference between revisions of "Installing Code::Blocks nightly build on Fedora"

From Code::Blocks
(updated for real Fedora system)
(No difference)

Revision as of 07:11, 14 September 2006

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?