vis

a vi-like editor based on Plan 9's structural regular expressions

git clone https://9o.is/git/vis.git

commit 4760f330336ad9841167632bc652846606351c19
parent c95cecd4b92a56749bd7959ff3b46d68b5b743bd
Author: Marc André Tanner <mat@brain-dump.org>
Date:   Mon,  5 Oct 2015 15:49:57 +0200

Add section about build dependencies to README

Diffstat:
MREADME.md | 13+++++++++++--
1 file changed, 11 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md @@ -570,5 +570,14 @@ should work. As always, comments and patches welcome! -Cheers, -Marc +Build dependencies +================== + +In order to build vis you will need a C99 compiler 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/) + +Adapt `config.mk` to match your system and run `make`.