From 32c4dfc7ee4c4b080357e499061fa30ab6d74f48 Mon Sep 17 00:00:00 2001 From: Stas Degteff Date: Sun, 19 Apr 2009 20:48:23 +0000 Subject: [PATCH] Build unix versions with libncursesw (fix) --- GNUmakef.def | 1 + docs/building.txt | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/GNUmakef.def b/GNUmakef.def index 31fe815..5e40d5a 100644 --- a/GNUmakef.def +++ b/GNUmakef.def @@ -114,6 +114,7 @@ PLATFORM=lnx EXEEXT= OBJEXT=.o LIBEXT=.a +CFLAGS+=-I/usr/include/ncursesw/ endif endif endif diff --git a/docs/building.txt b/docs/building.txt index 36e49ce..6f24d1e 100644 --- a/docs/building.txt +++ b/docs/building.txt @@ -50,7 +50,7 @@ GNUmakef.def. -- unix-like ONLY -- When building in Linux, FreeBSD or another unix-like OS if you wants use -unicode-compatible Golded+ then build Golded+ using ncurses v.5.4 with +unicode-compatible Golded+ then build Golded+ using ncurses v.5.x with libncursesw. (This issue is suggested by Dmitry Rodin 2:5020/5410@fidonet.) ------ COMMON ------