vis
a vi-like editor based on Plan 9's structural regular expressions
git clone https://9o.is/git/vis.git
commit 016faa9e1a9e50b50b34a5483b23355ed63eea62 parent 5254dceb7154bce7d505552a54c027a1be267bbc Author: Marc André Tanner <mat@brain-dump.org> Date: Sun, 7 Aug 2016 11:44:04 +0200 Mention POSIX.1-2008 as a requirement in README Close #353 Diffstat:
| M | README.md | | | 5 | +++-- |
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/README.md b/README.md @@ -44,9 +44,10 @@ summarized as "80% of vim's features implemented in roughly 1% of the code". Getting started / Build instructions ==================================== -In order to build vis you will need a C99 compiler as well as: +In order to build vis you will need a [C99](http://www.open-std.org/jtc1/sc22/wg14/www/docs/n1256.pdf) +compiler, a [POSIX.1-2008](http://pubs.opengroup.org/onlinepubs/9699919799/) +compatible environment as well as: - * a C library, we recommend [musl](http://www.musl-libc.org/) * [libcurses](http://www.gnu.org/software/ncurses/), preferably in the wide-character version * [libtermkey](http://www.leonerd.org.uk/code/libtermkey/)