Skip to content

Commit

Permalink
changed macOS build instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
randomlogin committed Sep 4, 2024
1 parent e27924d commit 1bf3ac9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```
Expand Down
2 changes: 1 addition & 1 deletion builds/macos/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down

0 comments on commit 1bf3ac9

Please sign in to comment.