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

From Code::Blocks
(updated for real Fedora system)
Line 4: Line 4:
 
<BR>
 
<BR>
 
First, find the package name:<BR>
 
First, find the package name:<BR>
yum list '*code*'<BR>
+
yum list 'codeblocks*'<BR>
yum list '*blocks'<BR>
+
it should return: codeblocks, codeblocks-contrib, codeblocks-devel<BR>
 +
<BR>
 
su -<BR>
 
su -<BR>
 
<password><BR>
 
<password><BR>
yum install $codeblocks<BR>
+
yum install codeblocks codeblocks-contrib<BR>
 
<BR>
 
<BR>
You will need to have the 'extra' repository enabled.<BR>
+
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<BR>
 
<P>
 
<P>
 
TODO: <BR>
 
TODO: <BR>
* Replace $codeblocks with the actual package name (remove the 'yum list' lines)<BR>
 
* Explain how to enable "extra's" if they don't have it on already.<BR>
 
 
* Maybe add a howto using yumex?<BR>
 
* Maybe add a howto using yumex?<BR>

Revision as of 20:48, 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 '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?