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

From Code::Blocks
 
(18 intermediate revisions by the same user not shown)
Line 2: Line 2:
 
[[Category:Installing Code::Blocks nightly build]]
 
[[Category:Installing Code::Blocks nightly build]]
  
This is a stub, I am updating/creating right now! <BR>
+
This is a stub, It needs updated, but it should help. <BR>
  
 
== Manual Install ==
 
== Manual Install ==
  
Binary packages are available for blag-70000 an Linux Distro based on 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.
# Get the latest nightly build of Code::Blocks from the [/index.php?board=20.0 nightly builds forum].
+
# Install nightly build of Code::Blocks from the repository
# Install Code::Blocks.
+
# Install Needed Development Tools
sudo yum localinstall <Name_Of_Nightly_Build.rpm>
+
# Install Optional Development Tools
  
== Fedora Extras ==
+
== Example use of YUM ==
  
Basicly installation on FC7/BLAG-70000 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 package name:<BR>
 +
yum list 'wxGTK*'
 +
it should return: wxGTK wxGTK-devel wxGTK-gl                         
 +
su -
 +
<password>
 +
yum install wxGTK
 +
 +
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>
Line 23: Line 30:
 
  <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
+
 
have enabled=1 in /etc/yum.repos.d/fedora-extras.repo<BR>
+
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++
 +
 
 +
yum install subversion
 +
yum install wxGTK-devel
 +
 
 +
Find the group name:<BR>
 +
yum grouplist 'development*'
 +
su - <password>
 +
yum groupinstall "Developmemt Tools"
 +
 
 +
 
 +
 
 
<P>
 
<P>
TODO: <BR>
 
* Maybe add a howto using yumex?<BR>
 
  
== wxGTK for Fedora Core 7 and BLAG-70000 ==
+
Reference http://www.fedorafaq.org/#installsoftware
There is an official wxGTK 2.8 package for FC7/BLAG7.
 

Latest revision as of 01:03, 25 February 2008


This is a stub, It needs updated, but it should help.

Manual Install

Binary packages are available for blag-70000 Linux which is based on Fedora Core 7 (FC7)

  1. Install wxGTK-devel 2.8.4 or higher.
  2. Install nightly build of Code::Blocks from the repository
  3. Install Needed Development Tools
  4. 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++
yum install subversion
yum install wxGTK-devel

Find the group name:

yum grouplist 'development*'
su - <password>
yum groupinstall "Developmemt Tools"


Reference http://www.fedorafaq.org/#installsoftware