diff options
author | lostd <lostd@2f30.org> | 2014-11-14 18:13:02 +0200 |
---|---|---|
committer | lostd <lostd@2f30.org> | 2014-11-14 18:13:02 +0200 |
commit | bd6b3e932eab81101100dbdfa8517b2a0a055b8b (patch) | |
tree | c14dc3041a3ca4027c40c58ed806a8c6d0cd72a1 /README | |
parent | 7c31c572a557eb1f2e56923edcbcbc3d2ebcf7b0 (diff) | |
download | nnn-bd6b3e932eab81101100dbdfa8517b2a0a055b8b.tar.gz |
Build with -lcurses by default to be more generic
Diffstat (limited to 'README')
-rw-r--r-- | README | 6 |
1 files changed, 1 insertions, 5 deletions
@@ -38,13 +38,9 @@ cases you just do: 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" + make CC="gcc" LDLIBS="-lgen" Contact |