Difference between revisions of "Installing Code::Blocks nightly build on Blag"
From Code::Blocks
Line 9: | Line 9: | ||
# Install wxGTK-devel 2.8.4 or higher. | # Install wxGTK-devel 2.8.4 or higher. | ||
− | |||
# Get the latest nightly build of Code::Blocks from the [/index.php?board=20.0 nightly builds forum]. | # Get the latest nightly build of Code::Blocks from the [/index.php?board=20.0 nightly builds forum]. | ||
− | |||
# Install Code::Blocks. | # Install Code::Blocks. | ||
sudo yum localinstall <Name_Of_Nightly_Build.rpm> | sudo yum localinstall <Name_Of_Nightly_Build.rpm> |
Revision as of 03:17, 27 January 2008
This is a stub, I am updating/creating right now!
Manual Install
Binary packages are available for Fedora Core ? that work on BLAG-70000
- Install wxGTK-devel 2.8.4 or higher.
- 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_Nightly_Build.rpm>
Fedora Extras
Basicly installation on FC7/BLAG-70000 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?
wxGTK for Fedora Core 7 and BLAG-70000
There is an official wxGTK 2.8 package for FC4.