简体   繁体   中英

Using Eclipse-CDT

I am already using eclipse for JAVA and I wanted to install eclipse-CDT for C/C++ program development. To install eclipse-CDT I typed

sudo apt-get install eclipse-cdt

in the terminal and it installed correctly. But when I launch eclipse again and go to file->new, I don't see any provision for creating a C/C++ project. Kindly help

You can install CDT as follows:

  1. Download zip file directly from here and use CDT by unzipping it.

  2. Using update site.

    • Go to Help → Install New Software
    • Select Copy p2 software repository path for your eclipse release from the above link
    • Paste this link in Work with text box and then select all the features install CDT.

Maybe you should use eclipse gui installer. I never had a problems with cdt. You can to download it from official eclipse website.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM