Reputation: 75
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
Reputation: 2208
Upvotes: 0
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
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