mirror of
https://github.com/jarun/nnn.git
synced 2024-11-28 05:41:31 +00:00
More notes on building
This commit is contained in:
parent
4d72d592d8
commit
532ac6a251
11
README
11
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
|
||||
=======
|
||||
|
||||
|
|
Loading…
Reference in a new issue