Skip to content

Commit f580be3

Browse files
authored
Add boost to the building from source for macos doc instruction (valhalla#4830)
1 parent f0d77e0 commit f580be3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/docs/building.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ To install Valhalla on macOS, you need to install its dependencies with [Homebre
7979

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

0 commit comments

Comments
 (0)