diff --git a/README.md b/README.md index a743e9cd..c6030321 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ -***Compile*** & ***Edit*** in _D_![](https://github.com/BBasile/Coedit/raw/master/logo/coedit.png) +***a DMD GUI for the free electrons !***[](https://github.com/BBasile/Coedit/raw/master/logo/coedit.png) Coedit is an IDE for the _DMD_ [D2](http://dlang.org) compiler. @@ -26,20 +26,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. @@ -54,4 +54,4 @@ Windows version (Windows 7, x86): ![Win screen-cap](https://github.com/BBasile/Coedit/raw/master/lazproj/coedit.win7.png "Coedit GUI preview") Linux version (OpenSuse 13.2, KDE, x86_64): -![Nux screen-cap](https://github.com/BBasile/Coedit/raw/master/lazproj/coedit.linux.kde.png "Coedit GUI preview") +![Nux screen-cap](https://github.com/BBasile/Coedit/raw/master/lazproj/coedit.linux.kde.png "Coedit GUI preview") \ No newline at end of file diff --git a/cesetup/readme.md b/cesetup/readme.md index 8f211d15..d197cc47 100644 --- a/cesetup/readme.md +++ b/cesetup/readme.md @@ -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-`. +- _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-`. Raw Zip === -The shell scripts named `zip-` take the content of their matching sub-folder to make an archive. +The shell scripts named `zip-` 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