---
 config.mk | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/config.mk b/config.mk
index 223207e..6232f46 100644
--- a/config.mk
+++ b/config.mk
@@ -13,6 +13,8 @@ DEFVERSION = "1.06"
 # txt (textual)
 #UI=txt
 # ti (screen-oriented)
+# You can use pkg-config --libs curses or --libs ncurses to to find these if
+# your system has it installed.
 UI=ti
 LIBS=-lcurses

@@ -27,7 +29,7 @@ IOCFLAGS = -DUSE_TLS
 # OS compilation flags are used to expose the system interfaces
 # Linux, OpenBSD
 OSCFLAGS = -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=700 -D_BSD_SOURCE -D_GNU_SOURCE
-OSLDFLAGS =
+OSLDFLAGS =
 # NetBSD, using default pkgsrc path
 #OSCFLAGS = -I/usr/pkg/include
 #OSLDFLAGS = -L/usr/pkg/lib -R/usr/pkg/lib
--
2.35.1

Reply via email to