mirror of https://gitlab.com/basile.b/dexed.git
rlz
This commit is contained in:
parent
53cd079003
commit
e841d07414
18
README.md
18
README.md
|
@ -25,26 +25,26 @@ Dexed, the _D Extended EDitor_, is an IDE for the [D programming language](https
|
|||
**Project information**
|
||||
---
|
||||
|
||||
- latest release: version 3.6.21, Mon 22 Oct 2018.
|
||||
- latest release: version 3.7.0, Thu 3 Jan 2019.
|
||||
- licensed under the terms of the Boost software license.
|
||||
- Development can be supported with [Paypal donations](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=AQDJVC39PJF7J).
|
||||
|
||||
**Download version 3.6.21**
|
||||
**Download version 3.7.0**
|
||||
---
|
||||
|
||||
Download the zipped binaries or the zip that contains the setup program for you platform:
|
||||
|
||||
- :package: [setup program for Linux 64 bit](https://github.com/BBasile/dexed/releases/download/v3.6.21/dexed.3.6.21.linux64.setup.zip)
|
||||
- :package: [binaries for Linux 64 bit](https://github.com/BBasile/dexed/releases/download/v3.6.21/dexed.3.6.21.linux64.zip)
|
||||
- :package: [setup program for Windows 32/64 bit](https://github.com/BBasile/dexed/releases/download/v3.6.21/dexed.3.6.21.win32.setup.zip)
|
||||
- :package: [binaries for Windows 32/64 bit](https://github.com/BBasile/dexed/releases/download/v3.6.21/dexed.3.6.21.win32.zip)
|
||||
- :package: [rpm for Linux 64 bit](https://github.com/BBasile/dexed/releases/download/v3.6.21/dexed-3.6.21-0.x86_64.rpm)
|
||||
- :package: [deb for Linux 64 bit](https://github.com/BBasile/dexed/releases/download/v3.6.21/dexed-3.6.21.amd64.deb)
|
||||
- :package: [setup program for Linux 64 bit](https://github.com/BBasile/dexed/releases/download/v3.7.0/dexed.3.7.0.linux64.setup.zip)
|
||||
- :package: [binaries for Linux 64 bit](https://github.com/BBasile/dexed/releases/download/v3.7.0/dexed.3.7.0.linux64.zip)
|
||||
- :package: [setup program for Windows 32/64 bit](https://github.com/BBasile/dexed/releases/download/v3.7.0/dexed.3.7.0.win64.setup.zip)
|
||||
- :package: [binaries for Windows 32/64 bit](https://github.com/BBasile/dexed/releases/download/v3.7.0/dexed.3.7.0.win64.zip)
|
||||
- :package: [rpm for Linux 64 bit](https://github.com/BBasile/dexed/releases/download/v3.7.0/dexed-3.7.0-0.x86_64.rpm)
|
||||
- :package: [deb for Linux 64 bit](https://github.com/BBasile/dexed/releases/download/v3.7.0/dexed-3.7.0.amd64.deb)
|
||||
|
||||
The _zip_ archives allow to move freely the files.
|
||||
The _setup.zip_ archives contains a command line program that installs to predefined locations so that the software can be run without additional intervention.
|
||||
The _deb_ and the _rpm_ packages are for those who prefer the official setup system for their linux systems.
|
||||
Linux 32 bits version must be [built manually](https://bbasile.github.io/dexed/build.html).
|
||||
Linux and Windows 32 bits version must be [built manually](https://bbasile.github.io/dexed/build.html).
|
||||
|
||||
[**See this page**](https://bbasile.github.io/dexed/setup.html) for more information about the setup.
|
||||
|
||||
|
|
|
@ -14,6 +14,7 @@ This category exposes the DUB options that are passed to the build tool each tim
|
|||
|
||||
- **archOverride: The option allows to build for x86 under x86_64 and the opposite.
|
||||
- **autoFetch**: If checked then Dexed will try to download missing dependencies when a project or a libman entry is opened. This option is designed to provide better completion but can slow down the startup and the loading of a project.
|
||||
- **autoSelectTestConfig**: When not checked the configuration used to test with DUB must be selected before executing the action _Test project_.
|
||||
- **combined**: If checked, tries to build the whole project in a single compiler run.
|
||||
- **compiler**: Selects [which compiler](options_compilers_paths) is used by DUB when a project is compiled. Note that the DUB scripts don't use this setting, instead the same preference set for the [runnable modules](features_runnables#options) is used.
|
||||
- **dependenciesCheck**: Defines how DUB checks the project dependencies, typically used to avoid too much network operations.
|
||||
|
|
Loading…
Reference in New Issue