mirror of https://gitlab.com/basile.b/dexed.git
rlz
This commit is contained in:
parent
f988f76643
commit
e24c183de2
22
README.md
22
README.md
|
@ -8,7 +8,7 @@ Coedit is an IDE for the [D programming language](http://dlang.org), its compile
|
|||
|
||||
**Overview**
|
||||
---
|
||||
- available for _Linux_, FreeBSD or Windows.
|
||||
- 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_).
|
||||
|
@ -26,22 +26,22 @@ Coedit is an IDE for the [D programming language](http://dlang.org), its compile
|
|||
**Project information**
|
||||
---
|
||||
|
||||
- latest release: version 3, update 3, Fri 14 Jul 2017.
|
||||
- latest release: version 3, update 4, Thu 24 Aug 2017.
|
||||
- licensed under the terms of the Boost software license.
|
||||
- Development can be supported by [donating here](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=AQDJVC39PJF7J).
|
||||
|
||||
**Download version 3 update 3**
|
||||
**Download version 3 update 4**
|
||||
---
|
||||
Download the zipped binaries or the zip that contains the setup program for you platform:
|
||||
|
||||
- :package: [setup program for Linux 32 bit](https://github.com/BBasile/Coedit/releases/download/3_update_3/coedit.3update3.linux32.setup.zip)
|
||||
- :package: [binaries for Linux 32 bit](https://github.com/BBasile/Coedit/releases/download/3_update_3/coedit.3update3.linux32.zip)
|
||||
- :package: [setup program for Linux 64 bit](https://github.com/BBasile/Coedit/releases/download/3_update_3/coedit.3update3.linux64.setup.zip)
|
||||
- :package: [binaries for Linux 64 bit](https://github.com/BBasile/Coedit/releases/download/3_update_3/coedit.3update3.linux64.zip)
|
||||
- :package: [setup program for Windows 32/64 bit](https://github.com/BBasile/Coedit/releases/download/3_update_3/coedit.3update3.win32.setup.zip)
|
||||
- :package: [binaries for Windows 32/64 bit](https://github.com/BBasile/Coedit/releases/download/3_update_3/coedit.3update3.win32.zip)
|
||||
- :package: [rpm for Linux 64 bit](https://github.com/BBasile/Coedit/releases/download/3_update_3/coedit-3-update3.x86_64.rpm)
|
||||
- :package: [deb for Linux 64 bit](https://github.com/BBasile/Coedit/releases/download/3_update_3/coedit-3-update3.amd64.deb)
|
||||
- :package: [setup program for Linux 32 bit](https://github.com/BBasile/Coedit/releases/download/3_update_4/coedit.3update4.linux32.setup.zip)
|
||||
- :package: [binaries for Linux 32 bit](https://github.com/BBasile/Coedit/releases/download/3_update_4/coedit.3update4.linux32.zip)
|
||||
- :package: [setup program for Linux 64 bit](https://github.com/BBasile/Coedit/releases/download/3_update_4/coedit.3update4.linux64.setup.zip)
|
||||
- :package: [binaries for Linux 64 bit](https://github.com/BBasile/Coedit/releases/download/3_update_4/coedit.3update4.linux64.zip)
|
||||
- :package: [setup program for Windows 32/64 bit](https://github.com/BBasile/Coedit/releases/download/3_update_4/coedit.3update4.win32.setup.zip)
|
||||
- :package: [binaries for Windows 32/64 bit](https://github.com/BBasile/Coedit/releases/download/3_update_4/coedit.3update4.win32.zip)
|
||||
- :package: [rpm for Linux 64 bit](https://github.com/BBasile/Coedit/releases/download/3_update_4/coedit-3-update4.x86_64.rpm)
|
||||
- :package: [deb for Linux 64 bit](https://github.com/BBasile/Coedit/releases/download/3_update_4/coedit-3-update4.amd64.deb)
|
||||
|
||||
The _zip_ allow to move freely the files.
|
||||
The _setup.zip_ install to predefined locations so that the software can be run without additional intervention.
|
||||
|
|
|
@ -10,7 +10,7 @@ title: index
|
|||
|
||||

|
||||
|
||||
This documentation is based on version 3, update 3.
|
||||
This documentation is based on version 3, update 4.
|
||||
|
||||
#### First steps
|
||||
|
||||
|
|
Loading…
Reference in New Issue