diff --git a/README.md b/README.md index 9f2579f3..da3c4be4 100644 --- a/README.md +++ b/README.md @@ -21,23 +21,23 @@ Current features Missing features before the first beta -------------------------------------- - Options editor. (the big missing stuff) -- console input handling. (a workaround exists: external console in run options). -- project configurations templates (release, debug, etc.). (detail) Project information ------------------- -- state: alpha 4. +- status: alpha 6. - license: MIT. -- programmed in Pascal with [Lazarus](http://www.lazarus.freepascal.org) as IDE. -- based on *dmd* (*gdc* or *lmd* switches are not handled). +- programmed in Object Pascal with [Lazarus + FPC](http://www.lazarus.freepascal.org) as IDE/compilo. +- based on *dmd* (*gdc* or *lmd* specific options are not handled). Setup & test ------------ -Coedit must be build from its sources. -The complete procedure is described in the first section of the [wiki](https://github.com/BBasile/Coedit/wiki) +The latest tagged Coedit versions are available as some pre-build binaries for Win and Nux. +The latest Coedit development version must be build from the sources. -Preview -------- +The complete procedure is described in the [**first section of the wiki**](https://github.com/BBasile/Coedit/wiki#detailed-setup-procedure) + +GUI preview +----------- Windows version (Windows 7, x86): ![Win screen-cap](lazproj/Gui.tease.png "Coedit GUI preview") diff --git a/binaries/coedit.alpha6.linux64.zip b/binaries/coedit.alpha6.linux64.zip new file mode 100644 index 00000000..1e8b5cb8 Binary files /dev/null and b/binaries/coedit.alpha6.linux64.zip differ diff --git a/binaries/coedit.alpha6.win32.zip b/binaries/coedit.alpha6.win32.zip new file mode 100644 index 00000000..d2f4baf0 Binary files /dev/null and b/binaries/coedit.alpha6.win32.zip differ