From 3488bdacbf771021eef8912d79f316e05d73f308 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Andr=C3=A9=20Tanner?= Date: Mon, 5 Oct 2015 15:49:57 +0200 Subject: Add section about build dependencies to README --- README.md | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index a4c99c5..83cbb17 100644 --- 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`. -- cgit v1.2.3