Skip to content

Commit 230669a

Browse files
committed
docs: Mention required system dependencies in README.md
1 parent 775a48e commit 230669a

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
C++-to-Rust bindings for [Valhalla](https://github.com/valhalla/valhalla) to access road graph tiles, powered by [cxx](http://cxx.rs).
44

5+
## Dependencies
6+
7+
As Valhalla heavilly relies on system libraries, you need to install the following dependencies to build this project:
8+
9+
```sh
10+
sudo apt-get update && sudo apt-get install -y --no-install-recommends clang pkg-config build-essential cmake libboost-dev liblz4-dev libprotobuf-dev protobuf-compiler zlib1g-dev
11+
```
12+
513
## License
614

715
All code in this project is dual-licensed under either:

0 commit comments

Comments
 (0)