noice

small file browser
git clone git://git.2f30.org/noice
Log | Files | Refs | README | LICENSE

commit 532ac6a251f65f32d6d6c85347cc2d991b200f09
parent 4d72d592d891eea97d1b081991c4922a5361165b
Author: lostd <lostd@2f30.org>
Date:   Fri, 14 Nov 2014 20:13:00 +0200

More notes on building

Diffstat:
MREADME | 11++++++++++-
1 file changed, 10 insertions(+), 1 deletion(-)

diff --git 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 =======