hirc

IRC client
Log | Files | Refs

commit 14cef8273647889b01c7edfc5ed7147b00de0994
parent ce77c9b63c9f45a925a8d125b33624ed57159914
Author: hhvn <dev@hhvn.uk>
Date:   Thu,  2 Dec 2021 16:09:00 +0000

Makefile: add note about -ltinfo

Diffstat:
MMakefile | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/Makefile b/Makefile @@ -16,6 +16,7 @@ CTLS = -DTLS CFLAGS = -g -O0 $(CTLS) LDFLAGS = -lncursesw $(LDTLS) +# Gentoo and other distributions/OSes may need -ltinfo all: $(BIN) $(MAN)