Install Eclipse CDT

From Klaus' wiki
Revision as of 10:15, 21 January 2014 by Klaus (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

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.