From 8de97e332314e8ed855eab363e71e915fbbe3b42 Mon Sep 17 00:00:00 2001 From: Renaud Fivet Date: Thu, 25 Dec 2014 03:30:41 +0000 Subject: [PATCH] README.md edited online with Bitbucket --- README.md | 36 +++++++++++------------------------- 1 file changed, 11 insertions(+), 25 deletions(-) diff --git a/README.md b/README.md index a923e7f..0153aa5 100644 --- a/README.md +++ b/README.md @@ -1,29 +1,15 @@ # README # -Cigue is ue on Cygwin, based on uEmacs/PK from kernel.org. +Cigue is uEMACS (ue) on Cygwin/Linux, based on uEmacs/PK from kernel.org. -### What is this repository for? ### +### Changes compare to uEmacs/PK ### +* Line termination detection with new buffer mode (either Unix or DOS). +* Some fixes related to size either unchecked or limited (strcpy, insert-string, filenames, $kill). +* Major refactoring of headers and file dependencies, hopefully to improve maintenance. +* Reactivation of target 'source' and 'depend' in Makefile. +* Some defaults changed due to 'finger habits': ue instead of em, ^S in commands mapping... -* Quick summary -* Version -* [Learn Markdown](https://bitbucket.org/tutorials/markdowndemo) - -### How do I get set up? ### - -* Summary of set up -* Configuration -* Dependencies -* Database configuration -* How to run tests -* Deployment instructions - -### Contribution guidelines ### - -* Writing tests -* Code review -* Other guidelines - -### Who do I talk to? ### - -* Repo owner or admin -* Other community or team contact \ No newline at end of file +### How to build ### +* dependencies: libncurses5-dev, ed if you use 'make depend' +* make source ; make depend ; make +* MINGW32 target is experimental and lacks screen/kbd support. \ No newline at end of file