dexed/docs/options_compilers_paths.md

1.4 KiB

The Compilers paths category is used to define the paths to the compilers and to their respective versions of the standard library.

These settings are important and should be verified after the installation.

Up to five D compilers can be defined.

  • DMD: should be set to the stable DMD version. The paths are normally detected when Coedit is launched for hte first time.
  • GDC: should be set to the stable GDC version. The runtime and Phobos sources stand in the same folder so the third field can be left empty.
  • LDC: should be set to the stable GDC version. The runtime and Phobos sources stand in the same folder so the third field can be left empty.
  • User1: can be set to any compiler, for the example the development version of DMD.
  • User2: same as User1.

The combo box at the top is used to select which are the paths passed to the completion daemon. When the completion daemon is launched by Coedit the change is applied directly after the validation, otherwise it has to be restarted manually.

In other categories of the options one of these compilers can be selected.

  • Category Application, _nativeProjectCompiler: defines the compiler used to compile a project that has the native format.
  • Category Runnable modules, compiler: defines the compiler used to compile a runnable module or a DUB script.
  • Category DUB build, compiler: defines the compiler used to compile a project that has the DUB format.