Installing Code::Blocks nightly build on Fedora

From Code::Blocks
Revision as of 19:52, 13 September 2006 by Alturin (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

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?