Support a build with tty,Qt,x11,curses on macOS Catalina 10.15

Assuming you have the prerequisite packages, You can specify the
window ports to include on the make command line:

make WANT_WIN_QT=1 WANT_WIN_X11=1 WANT_WIN_CURSES=1 WANT_WIN_TTY=1 all

Prequisites for window ports beyond tty:
(some sample homebrew commands to obtain them shown but that is not the
 only way):

xquartz for x11 support
	brew install xquartz

Qt for Qt support
	brew install Qt
This commit is contained in:
nhmall
2020-08-02 22:50:30 -04:00
parent d3e77393ab
commit d39ae5ce79
3 changed files with 471 additions and 2 deletions

View File

@@ -1317,7 +1317,6 @@ const char *mapping;
char filename[256];
char filespec[256];
int volume, idx = -1;
boolean toolong = FALSE;
if (sscanf(mapping, "MESG \"%255[^\"]\"%*[\t ]\"%255[^\"]\" %d %d", text,
filename, &volume, &idx) == 4