From 61487fd074625ad840764d01ec550c33934f6fd2 Mon Sep 17 00:00:00 2001 From: Basile Burg Date: Mon, 24 Jul 2017 07:45:29 +0200 Subject: [PATCH] mention the 3rd part packages --- README.md | 7 ++++++- docs/setup.md | 8 ++++++++ 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 8f552eca..69328af9 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ Coedit is an IDE for the [D programming language](http://dlang.org), its compile **Overview** --- -- available for _Windows_ or _Linux_. +- available for _Linux_, FreeBSD or Windows. - supports all the D compilers (DMD-GDC-LDC). - supports the DUB projects (JSON + SDL) and also Coedit own project format. - support the DUB scripts (aka _single file packages_) and Coedit own script format (aka _runnable modules_). @@ -49,6 +49,11 @@ The _deb_ and the _rpm_ are for those who prefer the official setup system for t [**See this page**](http://bbasile.github.io/Coedit/setup.html) for more information about the setup. +There is also 3rd part packages, maintained by volunteer, but the version that's available is not guaranteed to be the latest: + +- :package: [ports for FreeBSD](http://www.freshports.org/editors/coedit/) +- :package: [AUR package for ArchLinux](https://aur.archlinux.org/packages/coedit-bin/) + **Build** --- diff --git a/docs/setup.md b/docs/setup.md index ad4664f3..c85807d1 100644 --- a/docs/setup.md +++ b/docs/setup.md @@ -16,6 +16,7 @@ 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 Coedit 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. For each platform Coedit can be setup using a setup program or by extracting the binaries. @@ -60,6 +61,13 @@ If they are not correctly set, for each of the following file **coedit**, **dcd- Are provided a _deb_ package (Debian and derived Ubuntu, Mint, etc) and a _rpm_ (Fedora, openSUSE), only for x86_64 (amd64). After the installation, you must also build [DCD](features_dcd). +### Other OS-specific packages + +Maintained by volunteers and for specific operating systems: + +- [FreeBSD ports](http://www.freshports.org/editors/coedit/) +- [ArchLinux AUR package](https://aur.archlinux.org/packages/coedit-bin/) + ### First steps - verify the [compilers paths](options_compilers_paths).