Browse Source

Build with -lcurses by default to be more generic

master
lostd 10 years ago
parent
commit
bd6b3e932e
2 changed files with 2 additions and 6 deletions
  1. +1
    -1
      Makefile
  2. +1
    -5
      README

+ 1
- 1
Makefile View File

@@ -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


+ 1
- 5
README View File

@@ -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


||||||
x
 
000:0
Loading…
Cancel
Save