Install cdt 8.4.0 in eclipse luna
If you installed eclipse, you can install cdt to develop C program.
You have to finish the installment of Eclipse.
(Reference: http://hi.baidu.com/sf_chipan/item/e38ed5db1378666bdcf9be3f)
Go into the website:
Find the software repository url of related eclipse, such as:
Then open eclipse luna, select "help", and "install new software". then select "Add",
the "Name" is "cdt", the location is the "repository url"
Then you can add the cdt.
What's more, you should install g++
For example: “sudo apt-get install g++”
You have to finish the installment of Eclipse.
(Reference: http://hi.baidu.com/sf_chipan/item/e38ed5db1378666bdcf9be3f)
Go into the website:
http://www.eclipse.org/cdt/downloads.php
Find the software repository url of related eclipse, such as:
http://download.eclipse.org/tools/cdt/releases/8.4
Then open eclipse luna, select "help", and "install new software". then select "Add",
the "Name" is "cdt", the location is the "repository url"
Then you can add the cdt.
What's more, you should install g++
For example: “sudo apt-get install g++”
Comments
Post a Comment