update doc to mention that there's an Appveyor build for Windows

This commit is contained in:
Basile Burg 2020-08-31 02:49:32 +02:00
parent 30d72bf61e
commit 2829b19bdc
2 changed files with 5 additions and 3 deletions

View File

@ -42,7 +42,8 @@ Dexed, the _D Extended EDitor_, is an IDE for the [D programming language](https
The _zip_ archives allow to move freely the files.
The _setup.zip_ archives contain 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 of their linux systems.
FreeBSD (all archs), Linux (32 bit) and Windows (all archs) versions must be [built manually](https://basile.b.gitlab.io/dexed/build.html).
FreeBSD (all archs), Linux (32 bit) and Windows (32 bits) versions must be [built manually](https://basile.b.gitlab.io/dexed/build.html).
A Windows 64bit build can be found [on appveyor](https://ci.appveyor.com/project/BBasile/dexed/history). Click the top most item that has a green left margin and download the file listed in the "Artifacts" tab.
[**See this page**](https://basile.b.gitlab.io/dexed/setup.html) for more information about the setup.

View File

@ -12,8 +12,9 @@ There are four ways to get the program:
In all the cases, the _DMD_ D2 compiler must setup and its location has to match to one of the directory of the PATH environment variable.
If it's not already installed, [download](http://dlang.org/download.html) and setup DMD2 for your platform.
The latest Dexed version requires at least DMD 2.072.
Note that DMD is only required for the _ddemangle_ tool otherwise the software can be fully used with only LDC or GDC as compiler.
Note that Windows releases are currently not well integrated to the project host.
The can be found on [AppVeyor](https://ci.appveyor.com/project/BBasile/dexed/history), from the _Artifacts_ tab visible when clicking one of item that listed.
For each platform Dexed can be setup using a setup program or by extracting the binaries.