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

From Code::Blocks
 
Line 1: Line 1:
This is a stub, help Code::Blocks by expanding this article!
+
This is a stub, help Code::Blocks by expanding this article! <BR>
 
+
<BR>
Basicly installation on FC5 should be something along the lines:
+
Basicly installation on FC5 should be something along the lines:<BR>
 
+
<BR>
First, find the package name:
+
First, find the package name:<BR>
yum list '*code*'
+
yum list '*code*'<BR>
yum list '*blocks'
+
yum list '*blocks'<BR>
su -
+
su -<BR>
<password>
+
<password><BR>
yum install $codeblocks
+
yum install $codeblocks<BR>
 
+
<BR>
You will need to have the 'extra' repository enabled.
+
You will need to have the 'extra' repository enabled.<BR>
 
+
<P>
 
+
TODO: <BR>
 
+
* Replace $codeblocks with the actual package name (remove the 'yum list' lines)<BR>
TODO:  
+
* Explain how to enable "extra's" if they don't have it on already.<BR>
* Replace $codeblocks with the actual package name (remove the 'yum list' lines)
+
* Maybe add a howto using yumex?<BR>
* Explain how to enable "extra's" if they don't have it on already.
 
* Maybe add a howto using yumex?
 

Revision as of 19:55, 13 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 '*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?