commit 1335a4372cf3e8880a0ba0ba57a59d31cdedebe1
parent 082bf2ceb8f91792c4fce2cbbc7a83de5e8f0294
Author: Rob King <deadpixi@users.noreply.github.com>
Date: Sun, 21 Aug 2022 22:07:46 -0500
Merge pull request #56 from EgZvor/master
docs: add another `make` invocation option
Diffstat:
1 file changed, 4 insertions(+), 0 deletions(-)
diff --git a/README.rst b/README.rst
@@ -55,6 +55,10 @@ Installation and configuration is fairly simple:
make CURSESLIB=curses
+ or::
+
+ make HEADERS='-DNCURSESW_INCLUDE_H="<ncurses.h>"'
+
whichever works for you.
- Run `make install` if desired.