We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4621be7 commit 05eca54Copy full SHA for 05eca54
INSTALL
@@ -69,6 +69,8 @@ use the more up-to-date readline library available, the following is
69
required:
70
71
% doas pkg_add readline # your exact command may differ
72
- % ./configure --with-readline \
+ % ./configure \
73
+ --mandir=/usr/local/man \
74
+ --with-readline \
75
READLINE_CFLAGS=-I/usr/local/include/ereadline \
76
READLINE_LIBS='-L/usr/local/lib -lereadline'
0 commit comments