Difference between revisions of "Installing Code::Blocks nightly build on Blag"
From Code::Blocks
Line 8: | Line 8: | ||
Binary packages are available for blag-70000 Linux which is based on Fedora Core 7 (FC7) | Binary packages are available for blag-70000 Linux which is based on Fedora Core 7 (FC7) | ||
− | |||
− | |||
# Install wxGTK-devel 2.8.4 or higher. | # Install wxGTK-devel 2.8.4 or higher. | ||
# Install nightly build of Code::Blocks from the repository | # Install nightly build of Code::Blocks from the repository | ||
+ | # Install Needed Development Tools | ||
+ | # Install Optional Development Tools | ||
== Example use of YUM == | == Example use of YUM == |
Revision as of 02:36, 28 January 2008
This is a stub, I am updating/creating right now!
Manual Install
Binary packages are available for blag-70000 Linux which is based on Fedora Core 7 (FC7)
- Install wxGTK-devel 2.8.4 or higher.
- Install nightly build of Code::Blocks from the repository
- Install Needed Development Tools
- Install Optional Development Tools
Example use of YUM
The basic installation on blag-70000 (FC7) should be something along the lines:
First, check YUM version number:
yum --version
First, find the group name:
yum grouplist 'development*' su - <password> yum groupinstall "Developmemt Tools"
Second, find the package name:
yum list 'codeblocks*'
it should return: codeblocks, codeblocks-contrib, codeblocks-devel
su - <password> yum install codeblocks codeblocks-contrib