Skip to content
This repository has been archived by the owner on Apr 3, 2018. It is now read-only.

Latest commit

 

History

History
29 lines (22 loc) · 2.39 KB

Installation.md

File metadata and controls

29 lines (22 loc) · 2.39 KB

Installation

Installation Requirements:

  • Java VM version 8 or later.
  • Eclipse 4.6 (Neon) or later.
  • CDT 9.0 or later (this will be installed or updated automatically as part of the steps below).

Instructions:

  1. Use your existing Eclipse, or download a new Eclipse package from http://www.eclipse.org/downloads/.
  1. Start Eclipse, go to Help -> Install New Software...
  2. Click the Add... button to add a new update site, enter the URL: http://ddt-ide.github.io/releases/ in the Location field, click OK.
  3. Select the recently added update site in the Work with: dropdown. Type DDT in the filter box. Now the DDT feature should appear below.
  4. Select the DDT - D Development Tools feature, and complete the wizard.
  • DDT dependencies such as CDT will automatically be added during installation.
  1. Restart Eclipse.
  2. Follow the instructions from the User Guide's Configuration section to configure the required external tools. It is recommended you read the rest of the guide too.

Updating:

If you already have DDT installed, and want to update it to a newer release, click Help -> Check for Updates....

🇨🇳 Note for users in China

Note: if you are behind the Great Firewall of China, you are very likely to encounter problems installing DDT: blocked connections, timeouts, or slow downloads. This is because the update site is hosted in Github, which is blocked or has limited access. These alternative instructions should let you perform the installation:

  1. Download an Eclipse installation which already contains CDT (such as the "Eclipse IDE for C/C++ Developers" package), so CDT doesn't have to be downloaded during installation.
  2. Download the website from https://github.com/DDT-IDE/ddt-ide.github.io.git/archive/master.zip, unpack the archive and use the releases directory as a Local repository instead of the Update Site URL. Uncheck the option "Contact all updates sites during installation to find required software" so only the local repository is used.
  • Note however: you will likely need to re-download the archive above whenever you want to update DDT to a newer version.