mirror of
https://github.com/jarun/nnn.git
synced 2024-11-24 20:01:27 +00:00
Works on Haiku too so update README
This commit is contained in:
parent
bd6b3e932e
commit
f57c0a4dfe
9
README
9
README
|
@ -35,13 +35,16 @@ cases you just do:
|
||||||
|
|
||||||
make
|
make
|
||||||
|
|
||||||
It is known to work on OpenBSD, Arch Linux, Slackware, NetBSD, IRIX. Some notes
|
It is known to work on OpenBSD, NetBSD, Arch Linux, Slackware, IRIX 6.5
|
||||||
for building on certain systems follow.
|
and Haiku. Some notes for building on certain systems follow.
|
||||||
|
|
||||||
* IRIX:
|
* IRIX 6.5:
|
||||||
|
|
||||||
make CC="gcc" LDLIBS="-lgen"
|
make CC="gcc" LDLIBS="-lgen"
|
||||||
|
|
||||||
|
* Haiku:
|
||||||
|
|
||||||
|
make LDLIBS="-lncurses"
|
||||||
|
|
||||||
Contact
|
Contact
|
||||||
=======
|
=======
|
||||||
|
|
Loading…
Reference in a new issue