From f57c0a4dfec34243f4fc79b4b78a26a622d6a3cc Mon Sep 17 00:00:00 2001 From: sin Date: Fri, 14 Nov 2014 16:26:49 +0000 Subject: [PATCH] Works on Haiku too so update README --- README | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/README b/README index 236e5b4b..01b31b57 100644 --- a/README +++ b/README @@ -35,13 +35,16 @@ cases you just do: make -It is known to work on OpenBSD, Arch Linux, Slackware, NetBSD, IRIX. Some notes -for building on certain systems follow. +It is known to work on OpenBSD, NetBSD, Arch Linux, Slackware, IRIX 6.5 +and Haiku. Some notes for building on certain systems follow. - * IRIX: + * IRIX 6.5: make CC="gcc" LDLIBS="-lgen" + * Haiku: + + make LDLIBS="-lncurses" Contact =======