Difference between revisions of "Install Eclipse CDT"

From Klaus' wiki
Jump to: navigation, search
(Created page with 'In order to install the Eclipse CDT in the latest edition go to [eclipse.org] and look for the C/C++ development package. Depending on the Centos you're running you need to choos…')
 
 
(2 intermediate revisions by the same user not shown)
Line 14: Line 14:
  
 
for a 64 bit machine.
 
for a 64 bit machine.
 +
 +
In order to install the downloaded package first move it to /opt, then issue:
 +
 +
<source lang="bash">
 +
$ tar zxvf eclipse<package-name>
 +
</source>
 +
 +
to unpack the package.
 +
 +
Create an entry in the menu if needed [[How to install an application for all users]].

Latest revision as of 10:38, 21 January 2014

In order to install the Eclipse CDT in the latest edition go to [eclipse.org] and look for the C/C++ development package. Depending on the Centos you're running you need to choose either the 32 bit or the 64 bit version for Linux.

To determine which version you need issue:

$ uname -p

expect something like this:

x86_64

for a 64 bit machine.

In order to install the downloaded package first move it to /opt, then issue:

$ tar zxvf eclipse<package-name>

to unpack the package.

Create an entry in the menu if needed How to install an application for all users.