mirror of
https://github.com/jarun/nnn.git
synced 2024-11-17 16:39:14 +00:00
Build with -lcurses by default to be more generic
This commit is contained in:
parent
7c31c572a5
commit
bd6b3e932e
2
Makefile
2
Makefile
|
@ -5,7 +5,7 @@ MANPREFIX = $(PREFIX)/man
|
||||||
|
|
||||||
#CPPFLAGS += -DDEBUG
|
#CPPFLAGS += -DDEBUG
|
||||||
#CFLAGS += -g
|
#CFLAGS += -g
|
||||||
LDLIBS = -lncursesw
|
LDLIBS = -lcurses
|
||||||
|
|
||||||
DISTFILES = noice.c strlcat.c strlcpy.c util.h config.def.h\
|
DISTFILES = noice.c strlcat.c strlcpy.c util.h config.def.h\
|
||||||
noice.1 Makefile README LICENSE
|
noice.1 Makefile README LICENSE
|
||||||
|
|
6
README
6
README
|
@ -38,13 +38,9 @@ cases you just do:
|
||||||
It is known to work on OpenBSD, Arch Linux, Slackware, NetBSD, IRIX. Some notes
|
It is known to work on OpenBSD, Arch Linux, Slackware, NetBSD, IRIX. Some notes
|
||||||
for building on certain systems follow.
|
for building on certain systems follow.
|
||||||
|
|
||||||
* NetBSD:
|
|
||||||
|
|
||||||
make LDLIBS="-lcurses"
|
|
||||||
|
|
||||||
* IRIX:
|
* IRIX:
|
||||||
|
|
||||||
make CC="gcc" LDLIBS="-lgen -lcurses"
|
make CC="gcc" LDLIBS="-lgen"
|
||||||
|
|
||||||
|
|
||||||
Contact
|
Contact
|
||||||
|
|
Loading…
Reference in a new issue