mirror of https://gitlab.com/basile.b/dexed.git
update readme
This commit is contained in:
commit
ebebf27243
19
README.md
19
README.md
|
@ -1,5 +1,6 @@
|
|||
|
||||
***Compile*** & ***Edit*** in _D_
|
||||
**a DMD GUI for the free electrons !**
|
||||

|
||||
|
||||
Coedit is an IDE for the _DMD_ [D2](http://dlang.org) compiler.
|
||||
|
||||
|
@ -26,20 +27,20 @@ Coedit is an IDE for the _DMD_ [D2](http://dlang.org) compiler.
|
|||
|
||||
**Project information**
|
||||
---
|
||||
- status: version 1 update 1.
|
||||
- status: version 1 update 2, stable.
|
||||
- licensed under the term of the MIT license.
|
||||
- programmed in Object Pascal with [FPC & Lazarus](http://www.lazarus.freepascal.org) as compiler & IDE.
|
||||
|
||||
**Setup version 1**
|
||||
**Download**
|
||||
---
|
||||
Download the zipped binaries or the zipped setup program for you platform:
|
||||
|
||||
- :package: [setup program for Linux 32 bit](https://github.com/BBasile/Coedit/releases/download/1_update_1/coedit.1update1.linux32.setup.zip)
|
||||
- :package: [binaries for Linux 32 bit](https://github.com/BBasile/Coedit/releases/download/1_update_1/coedit.1update1.linux32.zip)
|
||||
- :package: [setup program for Linux 64 bit](https://github.com/BBasile/Coedit/releases/download/1_update_1/coedit.1update1.linux64.setup.zip)
|
||||
- :package: [binaries for Linux 64 bit](https://github.com/BBasile/Coedit/releases/download/1_update_1/coedit.1update1.linux64.zip)
|
||||
- :package: [setup program for Windows 32/64 bit](https://github.com/BBasile/Coedit/releases/download/1_update_1/coedit.1update1.win32.setup.zip)
|
||||
- :package: [binaries for Windows 32/64 bit](https://github.com/BBasile/Coedit/releases/download/1_update_1/coedit.1update1.win32.zip)
|
||||
- :package: [setup program for Linux 32 bit](https://github.com/BBasile/Coedit/releases/download/1_update_2/coedit.1update2.linux32.setup.zip)
|
||||
- :package: [binaries for Linux 32 bit](https://github.com/BBasile/Coedit/releases/download/1_update_2/coedit.1update2.linux32.zip)
|
||||
- :package: [setup program for Linux 64 bit](https://github.com/BBasile/Coedit/releases/download/1_update_2/coedit.1update2.linux64.setup.zip)
|
||||
- :package: [binaries for Linux 64 bit](https://github.com/BBasile/Coedit/releases/download/1_update_2/coedit.1update2.linux64.zip)
|
||||
- :package: [setup program for Windows 32/64 bit](https://github.com/BBasile/Coedit/releases/download/1_update_2/coedit.1update2.win32.setup.zip)
|
||||
- :package: [binaries for Windows 32/64 bit](https://github.com/BBasile/Coedit/releases/download/1_update_2/coedit.1update2.win32.zip)
|
||||
|
||||
[**See the wiki**](https://github.com/BBasile/Coedit/wiki#detailed-setup-procedure) for more information about the setup.
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
This folder contains the files necessary to make a Coedit release.
|
||||
The process is semi-automated and achieved by compiling a project in Coedit itself.
|
||||
The process is semi-automatic and achieved by compiling a project in Coedit itself.
|
||||
|
||||
Coedit setup program
|
||||
===
|
||||
|
@ -8,13 +8,13 @@ This coedit project (_cesetup.coedit_) creates the coedit setup program.
|
|||
The project contains 4 configurations:
|
||||
|
||||
- _devel-win32_: it does not takes part in the release process.
|
||||
- win32, nux32, nux64: they take respectively the content of their matching sub-folder and put it in the output program at compile time (using the `import(file)` expression).
|
||||
The output program is then compressed by the post-build process, using the scripts named `setupzip-<arch>`.
|
||||
- _win32_, _nux32_, _nux64_: they take the content of their matching sub-folder and put it in the output folder, as an extractor program, at compile time (using the `import(file)` expression).
|
||||
The extractor program is then compressed by the post-build process, using the scripts named `setupzip-<os & arch>`.
|
||||
|
||||
Raw Zip
|
||||
===
|
||||
|
||||
The shell scripts named `zip-<arch>` take the content of their matching sub-folder to make an archive.
|
||||
The shell scripts named `zip-<os & arch>` take the content of their matching sub-folder to make an archive.
|
||||
They are proposed alternatively to the setup program. The scripts are launched automatically when the setup program is about to be compiled (as pre-build process).
|
||||
|
||||
Todo by hand for each release
|
||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 148 KiB |
|
@ -1 +1 @@
|
|||
Subproject commit bd7c1c2dbb08bf160c4b646e0aede2af1ef6e0e4
|
||||
Subproject commit 0dccfca0e2a132b3c862a62da1c323ccd24e622d
|
Loading…
Reference in New Issue