Installing Code::Blocks nightly build on Fedora
From Code::Blocks
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 '*code*'
yum list '*blocks'
su -
<password>
yum install $codeblocks
You will need to have the 'extra' repository enabled.
TODO:
- Replace $codeblocks with the actual package name (remove the 'yum list' lines)
- Explain how to enable "extra's" if they don't have it on already.
- Maybe add a howto using yumex?