dexed/docs/options_compilers_paths.md

1.9 KiB

title header-includes
Options - Compiler Paths <script src="https://cdnjs.cloudflare.com/ajax/libs/anchor-js/4.2.2/anchor.min.js"></script>

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 Dexed is launched for the first time.
  • GDC: should be set to the stable GDC version.
  • LDC: should be set to the stable LDC version.
  • User1: can be set to any compiler, for the example the development version of DMD.
  • User2: a second user-defined compiler.

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

The second combo box defines which of the 5 defined compiler matches to the global alias. This way it's possible to change the compiler used in a single step, assuming that all the compilation contexts (runnable, DUB, dexed projects) are set to follow the global alias. In most of the cases this is not useful but was added to make easier testing experimental branches of DMD or the beta versions.

In other options categories one of these compilers or global 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.