diff --git a/README.md b/README.md index 78cced37..7155cd3f 100644 --- a/README.md +++ b/README.md @@ -45,7 +45,7 @@ $ git clone https://github.com/imperviousinc/fingertip ### MacOS ``` -$ brew install dylibbundler git automake autoconf libtool +$ brew install dylibbundler git automake autoconf libtool unbound $ git clone https://github.com/randomlogin/fingertip $ cd fingertip && ./builds/macos/build.sh ``` diff --git a/builds/macos/build.sh b/builds/macos/build.sh index 93ee6bf0..548a4241 100755 --- a/builds/macos/build.sh +++ b/builds/macos/build.sh @@ -20,7 +20,7 @@ git clone https://github.com/handshake-org/hnsd "$tmp_dir" cd "$tmp_dir" || exit echo "Building hnsd ..." -./autogen.sh && ./configure +./autogen.sh && ./configure --with-unbound=$(brew --prefix) make CFLAGS=$cflags -j 10 cp "${tmp_dir}/hnsd" "$hnsd_path"