mirror of
https://github.com/jarun/nnn.git
synced 2024-11-24 11:51:27 +00:00
Building and compatibility notes
This commit is contained in:
parent
3419e18c61
commit
7b34fc4c1e
20
README
20
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
|
||||
=======
|
||||
|
||||
|
|
Loading…
Reference in a new issue