mirror of https://gitlab.com/basile.b/dexed.git
mention the 3rd part packages
This commit is contained in:
parent
3d226a0c03
commit
61487fd074
|
@ -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**
|
||||
---
|
||||
|
||||
|
|
|
@ -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).
|
||||
|
|
Loading…
Reference in New Issue