From b10756d25aae6f6836050bd99aa38e5b27281454 Mon Sep 17 00:00:00 2001 From: Jonathan wagner Date: Tue, 12 Jul 2016 11:45:27 -0500 Subject: [PATCH] MacOS build needs help2man configure fails with the following configure: error: missing required tool: help2man --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cd18faf..9db7eaa 100644 --- a/README.md +++ b/README.md @@ -58,7 +58,7 @@ $ sudo apt-get install libtool-bin ## MacOS: ```bash $ brew tap homebrew/dupes -$ brew install binutils coreutils automake wget gawk libtool gperf gnu-sed --with-default-names grep +$ brew install binutils coreutils automake wget gawk libtool help2man gperf gnu-sed --with-default-names grep $ export PATH="/usr/local/opt/gnu-sed/libexec/gnubin:$PATH" ```