]> Sergey Matveev's repositories - nnn.git/commitdiff
Building and compatibility notes
authorlostd <lostd@2f30.org>
Fri, 14 Nov 2014 15:24:54 +0000 (17:24 +0200)
committerlostd <lostd@2f30.org>
Fri, 14 Nov 2014 15:24:54 +0000 (17:24 +0200)
README

diff --git a/README b/README
index 44e79eff4b586062c9f769f79ab4fe90a551749e..4f3b78964bea3e6d9aa1858941233e0c9731ecf4 100644 (file)
--- a/README
+++ b/README
@@ -27,6 +27,26 @@ preceded with a " > " by default.
 For more information refer to the manpage.
 
 
+Building
+========
+
+To build noice you need a curses implementation available.  In most
+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.
+
+ * NetBSD:
+
+    make LDLIBS="-lcurses"
+
+ * IRIX:
+
+    make CC="gcc" LDLIBS="-lgen -lcurses"
+
+
 Contact
 =======