From 2829b19bdc518295a7b980cf7332951689f4d031 Mon Sep 17 00:00:00 2001 From: Basile Burg Date: Mon, 31 Aug 2020 02:49:32 +0200 Subject: [PATCH] update doc to mention that there's an Appveyor build for Windows --- README.md | 3 ++- docs/setup.md | 5 +++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index af8b7e1b..4f2015fe 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/docs/setup.md b/docs/setup.md index 450fed28..be4062fa 100644 --- a/docs/setup.md +++ b/docs/setup.md @@ -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.