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

From Code::Blocks
Line 16: Line 16:
 
The basic installation on blag-70000 (FC7) should be something along the lines:<BR>
 
The basic installation on blag-70000 (FC7) should be something along the lines:<BR>
 
<BR>
 
<BR>
First, find the package name:<BR>
+
First, find the group name:<BR>
 +
yum grouplist 'development*'
 +
 
 +
Second, 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>

Revision as of 03:58, 27 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)

  1. Install Development Tools
  2. Install wxGTK-devel 2.8.4 or higher.
  3. Install nightly build of Code::Blocks from the repository

Example use of YUM

The basic installation on blag-70000 (FC7) should be something along the lines:

First, find the group name:

yum grouplist 'development*'

Second, find the package name:

yum list 'codeblocks*'

it should return: codeblocks, codeblocks-contrib, codeblocks-devel

su -
<password>
yum install codeblocks codeblocks-contrib