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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user