From 1bf3ac9034aadda1ad31c6175fe2bc66a6e42228 Mon Sep 17 00:00:00 2001 From: Alexander Shevtsov Date: Wed, 4 Sep 2024 14:51:38 +0300 Subject: [PATCH] changed macOS build instructions --- README.md | 2 +- builds/macos/build.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 78cced3..7155cd3 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 93ee6bf..548a424 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"