Difference between revisions of "Installing Code::Blocks nightly build on Fedora"
From Code::Blocks
m (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) |
(added link to the Nightly builds) |
||
Line 1: | Line 1: | ||
This is a stub, help Code::Blocks by expanding this article! <BR> | This is a stub, help Code::Blocks by expanding this article! <BR> | ||
− | < | + | |
+ | == Manual Install == | ||
+ | |||
+ | Binary packages are available for Fedora Core 4 and Fedora Core 5 | ||
+ | |||
+ | # Get the latest nightly build of Code::Blocks from the [/index.php?board=20.0 nightly builds forum]. | ||
+ | # Install Code::Blocks. | ||
+ | sudo yum localinstall <Name_Of_Daily_Build.rpm> | ||
+ | |||
+ | == Fedora Extras == | ||
+ | |||
Basicly installation on FC5 should be something along the lines:<BR> | Basicly installation on FC5 should be something along the lines:<BR> | ||
<BR> | <BR> | ||
First, find the package name:<BR> | First, find the package name:<BR> | ||
− | yum list 'codeblocks*' | + | yum list 'codeblocks*' |
it should return: codeblocks, codeblocks-contrib, codeblocks-devel<BR> | it should return: codeblocks, codeblocks-contrib, codeblocks-devel<BR> | ||
− | + | su - | |
− | su - | + | <password> |
− | <password | + | yum install codeblocks codeblocks-contrib |
− | yum install codeblocks codeblocks-contrib | ||
− | |||
You will need to have the 'extras' repository enabled. This means that you should | 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> | have enabled=1 in /etc/yum.repos.d/fedora-extras.repo<BR> |
Revision as of 07:18, 14 September 2006
This is a stub, help Code::Blocks by expanding this article!
Manual Install
Binary packages are available for Fedora Core 4 and Fedora Core 5
- Get the latest nightly build of Code::Blocks from the [/index.php?board=20.0 nightly builds forum].
- Install Code::Blocks.
sudo yum localinstall <Name_Of_Daily_Build.rpm>
Fedora Extras
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?