Skip to content

Commit

Permalink
Add boost to the building from source for macos doc instruction (va…
Browse files Browse the repository at this point in the history
  • Loading branch information
kinkard authored Aug 4, 2024
1 parent f0d77e0 commit f580be3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docs/building.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ To install Valhalla on macOS, you need to install its dependencies with [Homebre

```bash
# install dependencies (automake & czmq are required by prime_server)
brew install automake cmake libtool protobuf-c libspatialite pkg-config sqlite3 jq curl wget czmq lz4 spatialite-tools unzip luajit
brew install automake cmake libtool protobuf-c libspatialite pkg-config sqlite3 jq curl wget czmq lz4 spatialite-tools unzip luajit boost
# following packages are needed for running Linux compatible scripts
brew install bash coreutils binutils
# Update your PATH env variable to include /usr/local/opt/binutils/bin:/usr/local/opt/coreutils/libexec/gnubin
Expand Down

0 comments on commit f580be3

Please sign in to comment.