diff --git a/README.md b/README.md index 93717c49..f6a209a4 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ ***Compile*** & ***Edit*** in _D_![](https://github.com/BBasile/Coedit/raw/master/logo/coedit.png) -Coedit is an IDE for the [D2](http://dlang.org) _DMD_ compiler. +Coedit is an IDE for the _DMD_ [D2](http://dlang.org) compiler. ![](https://github.com/BBasile/Coedit/raw/master/lazproj/coedit.win7.33.png) @@ -12,7 +12,7 @@ Coedit is an IDE for the [D2](http://dlang.org) _DMD_ compiler. - comprehensive project format and two advanced project editors (one for the options and configurations, another for the files). - compile and run directly from the UI. - single click to compile and execute an unsaved module (aka a _runnable module_). -- single click to compile and _unittest_ a module. (even a phobos one). +- single click to compile and _unittest_ a module. - synchronized edition in a block. - D2 syntax highlighter, folds, regions, identifier markup. - symbol list of the module being edited. @@ -22,18 +22,29 @@ Coedit is an IDE for the [D2](http://dlang.org) _DMD_ compiler. - user-defined tools powered by a string interpolation system (in a single click: submit the current module to _dfmt_ or _dscanner_ !) - full [D Completion Daemon](https://github.com/Hackerpilot/DCD) integration (completion, hints, call tips, jump to symbol declaration). - mini file browser. +- [selection of 3rd party libraries](https://github.com/BBasile/metad) that can be easily build and integrated to Coedit. **Project information** --- -- status: version 1 release candidate 1. -- _ETA_: mid June, ideally the 10. -- license: MIT. -- programmed in Object Pascal with [Lazarus & FPC](http://www.lazarus.freepascal.org) as IDE & compiler. +- status: version 1 gold. +- licensed under the term of the MIT license. +- programmed in Object Pascal with [FPC & Lazarus](http://www.lazarus.freepascal.org) as compiler & IDE. -**Setup or build** +**Setup version 1** +--- +Download the zipped binaries or the zipped setup program for you platform: + +- :package: [setup program for Linux 64 bit](https://github.com/BBasile/Coedit/releases/download/untagged-ffcf898ae473cfde6b98/coedit.1gold.linux32.setup.zip) +- :package: [binaries for Linux 64 bit](https://github.com/BBasile/Coedit/releases/download/untagged-ffcf898ae473cfde6b98/coedit.1gold.linux32.zip) +- :package: [setup program for Linux 32 bit](https://github.com/BBasile/Coedit/releases/download/untagged-ffcf898ae473cfde6b98/coedit.1gold.linux64.setup.zip) +- :package: [binaries for Linux 32 bit](https://github.com/BBasile/Coedit/releases/download/untagged-ffcf898ae473cfde6b98/coedit.1gold.linux64.zip) +- :package: [setup program for Windows 32/64 bit](https://github.com/BBasile/Coedit/releases/download/untagged-ffcf898ae473cfde6b98/coedit.1gold.win32.setup.zip) +- :package: [binaries for Windows 32/64 bit](https://github.com/BBasile/Coedit/releases/download/untagged-ffcf898ae473cfde6b98/coedit.1gold.win32.zip) + +[**See the wiki**](https://github.com/BBasile/Coedit/wiki#detailed-setup-procedure) for more information about the setup. + +**Build** --- -An installer and the binaries are proposed with each [release](https://github.com/BBasile/Coedit/releases). -The latest Coedit development version must be build from the sources. The procedure is described in the [**first section of the wiki**](https://github.com/BBasile/Coedit/wiki#detailed-setup-procedure) @@ -42,5 +53,5 @@ The procedure is described in the [**first section of the wiki**](https://github 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): +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")