Skip to content

Commit 05eca54

Browse files
author
Veraellyunjie
authored
Update INSTALL - OpenBSD ./configure --mandir (#204)
1 parent 4621be7 commit 05eca54

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

INSTALL

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,8 @@ use the more up-to-date readline library available, the following is
6969
required:
7070

7171
% doas pkg_add readline # your exact command may differ
72-
% ./configure --with-readline \
72+
% ./configure \
73+
--mandir=/usr/local/man \
74+
--with-readline \
7375
READLINE_CFLAGS=-I/usr/local/include/ereadline \
7476
READLINE_LIBS='-L/usr/local/lib -lereadline'

0 commit comments

Comments
 (0)