We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 775a48e commit 230669aCopy full SHA for 230669a
README.md
@@ -2,6 +2,14 @@
2
3
C++-to-Rust bindings for [Valhalla](https://github.com/valhalla/valhalla) to access road graph tiles, powered by [cxx](http://cxx.rs).
4
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
13
## License
14
15
All code in this project is dual-licensed under either:
0 commit comments