pradeep
pradeep

Reputation: 75

how to install CDT for eclipse

i have installed eclipse on ubuntu 10.04,i want to run C and C++ program, what is the commant to install CDT for it, i have installed eclipse Galileo, i tried help -> install new softwares and added this link http://download.eclipse.org/tools/cdt/releases/galileo but it shows no repository , please help...

Upvotes: 1

Views: 11004

Answers (4)

Sumit Pokhrel
Sumit Pokhrel

Reputation: 2208

  1. Install Eclipse from the Ubuntu repositories.
  2. Go to terminal and type the following command : sudo apt-get install eclipse eclipse-cdt g++

Upvotes: 0

NIhal
NIhal

Reputation: 1

Just press Alt+Cnt+T and type sudo apt-get install eclipse-cdt this is only when you have already eclipse installed in Ubuntu.

Upvotes: 0

Rizvi Hasan
Rizvi Hasan

Reputation: 712

To install Eclipse CDT in Ubuntu just type these command in terminal

sudo apt-get install eclipse-cdt

Assuming that you have a Ubuntu installed with internet connection.

Upvotes: 0

J-16 SDiZ
J-16 SDiZ

Reputation: 26910

  1. don't use the eclipse from ubuntu -- it is out dated

  2. download from eclipse.org directly, choose the cdt one

Upvotes: 5

Related Questions