Installing Code::Blocks nightly build on Fedora
From Code::Blocks
Revision as of 07:11, 14 September 2006 by Afb (talk | contribs) (Installing Code::Blocks nightly build on Fedora Core 5 moved to Installing Code::Blocks nightly build on Fedora: should be valid for FC4-FC6 as well)
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?