update unix Makefile hints

This commit is contained in:
PatR
2020-09-05 13:28:46 -07:00
parent bce7834f71
commit b48ebbfe15
4 changed files with 39 additions and 28 deletions
+5 -5
View File
@@ -65,10 +65,10 @@ the following build command:
make WANT_WIN_TTY=1 WANT_WIN_CURSES=1 WANT_WIN_X11=1 install
To build a binary with tty + curses + X11 + Qt support (that is, all the
interfaces that are available), you can use the following shorthand build
command:
make WANT_WIN_ALL all
make WANT_WIN_ALL install
interfaces that are available for unix), you can use the following shorthand
build command:
make WANT_WIN_ALL=1 all
make WANT_WIN_ALL=1 install
Alternatively, you can set the variables in the environment first, prior
to issuing your make commands:
@@ -146,6 +146,6 @@ additional interfaces. See below.
| --remove-section=.note.ABI-tag/usr/lib/x86_64-linux-gnu/libQt5Core.so.5 |
+----------+---------+-----------------+-------------------------------------+
# NetHack 3.7 NewInstall.unx $NHDT-Date: 1597340908 2020/08/13 17:48:28 $ $NHDT-Branch: NetHack-3.7 $:$NHDT-Revision: 1.9 $
# NetHack 3.7 NewInstall.unx $NHDT-Date: 1599337707 2020/09/05 20:28:27 $ $NHDT-Branch: NetHack-3.7 $:$NHDT-Revision: 1.10 $
# Copyright (c) 2009 by Kenneth Lorber, Kensington, Maryland
# NetHack may be freely redistributed. See license for details.