mirror of https://gitlab.com/basile.b/dexed.git
doc
This commit is contained in:
parent
562845107f
commit
9198e45a65
|
@ -1,3 +1,5 @@
|
|||
### 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.
|
||||
|
@ -5,6 +7,7 @@ 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.
|
||||
|
@ -15,6 +18,7 @@ The combo box at the top is used to select which are the paths passed to the com
|
|||
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.
|
Loading…
Reference in New Issue