From 8682a42a2f286d9c523d21c7c5ed9d030946184b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Andr=C3=A9=20Tanner?= Date: Sun, 7 Aug 2016 11:44:04 +0200 Subject: Mention POSIX.1-2008 as a requirement in README Close #353 --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b2b10f9..a29384e 100644 --- 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/) -- cgit v1.2.3