Difference between revisions of "Installing Code::Blocks nightly build on Blag"
From Code::Blocks
| Line 17: | Line 17: | ||
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>  | |
| − | + |   yum list 'wxGTK*'  | |
| − | First, find the   | + | it should return: wxGTK wxGTK-devel wxGTK-gl                             | 
| − |   yum   | + |   su -  | 
| − |   su - <password>  | + |  <password>  | 
| − |   yum   | + |   yum install wxGTK  | 
Second, find the package name:<BR>  | Second, find the package name:<BR>  | ||
| Line 30: | Line 30: | ||
  <password>  |   <password>  | ||
  yum install codeblocks codeblocks-contrib  |   yum install codeblocks codeblocks-contrib  | ||
| + | |||
| + | Third, find the package name:<BR>  | ||
| + |  yum list 'gcc*'  | ||
| + | it should return: gcc gcc-c++ and several others<BR>  | ||
| + |  su -  | ||
| + |  <password>  | ||
| + |  yum install gcc gcc-c++  | ||
| + | |||
| + | Find the group name:<BR>  | ||
| + |  yum grouplist 'development*'  | ||
| + |  su - <password>  | ||
| + |  yum groupinstall "Developmemt Tools"  | ||
| + | |||
| + | |||
| + | |||
<P>  | <P>  | ||
Reference http://www.fedorafaq.org/#installsoftware  | Reference http://www.fedorafaq.org/#installsoftware  | ||
Revision as of 02:49, 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, find the package name:
yum list 'wxGTK*'
it should return: wxGTK wxGTK-devel wxGTK-gl
su - <password> yum install wxGTK
Second, find the package name:
yum list 'codeblocks*'
it should return: codeblocks, codeblocks-contrib, codeblocks-devel
su - <password> yum install codeblocks codeblocks-contrib
Third, find the package name:
yum list 'gcc*'
it should return: gcc gcc-c++ and several others
su - <password> yum install gcc gcc-c++
Find the group name:
yum grouplist 'development*' su - <password> yum groupinstall "Developmemt Tools"