Note: This website is archived. For up-to-date information about D projects and development, please visit wiki.dlang.org.

Configuring Descent

There's nothing special you need to do to configure Descent, but we recommend you to add common libraries you use so that you can configure a project more easily. One such common library is a standard library such as Phobos or Tango. object.d/di from Phobos or Tango is needed for semantic analyze to work.

  1. Go to Windows -> Preferences.
  2. Go to D -> Build Path -> User Libraries.
  3. Click on "New..."
  4. Select a name for the library and click "Ok".
  5. Select the newly created library and select "Add directory".
  6. Select the directory to be included in the library.

You can repeat the last two steps for a particular library to add many directories to it.