]> Sergey Matveev's repositories - nnn.git/commitdiff
More notes on building
authorlostd <lostd@2f30.org>
Fri, 14 Nov 2014 18:13:00 +0000 (20:13 +0200)
committerlostd <lostd@2f30.org>
Fri, 14 Nov 2014 18:13:00 +0000 (20:13 +0200)
README

diff --git a/README b/README
index 5116cd3b2820cb3dee1410be1e97987a34e789c1..728104f75387ce3681c8e4f8438b784a0407052c 100644 (file)
--- a/README
+++ b/README
@@ -36,9 +36,11 @@ cases you just do:
     make
 
 It is known to work on OpenBSD, NetBSD, FreeBSD, Arch Linux, Slackware,
-IRIX 6.5 and Haiku.  Some notes for building on certain systems follow.
+IRIX 6.5, Haiku, Solaris 9.  Some notes for building on certain systems
+follow.
 
  * IRIX 6.5:
+   Tested with gcc from http://freeware.sgi.com/.
 
     make CC="gcc" LDLIBS="-lgen"
 
@@ -46,6 +48,13 @@ IRIX 6.5 and Haiku.  Some notes for building on certain systems follow.
 
     make LDLIBS="-lncurses"
 
+ * Solaris 9:
+   Tested with gcc from http://www.opencsw.org/.
+
+    export PATH=/usr/ccs/bin:/opt/csw/bin
+    make CC="gcc"
+
+
 Contact
 =======