mirror of https://gitlab.com/basile.b/dexed.git
1.8 KiB
1.8 KiB
title |
---|
Options - compiler paths |
{% raw %}
{% endraw %}
Compilers paths
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 the 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 LDC 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: 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 Coedit then the change is applied directly after the validation, otherwise it has to be restarted manually.
In other options categories 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.
{% raw %}
{% endraw %}