File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 18
18
run : |
19
19
sudo apt-get update
20
20
sudo apt-get install -y --no-install-recommends \
21
+ pkg-config \
21
22
clang \
22
23
build-essential \
23
24
cmake \
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ C++-to-Rust bindings for [Valhalla](https://github.com/valhalla/valhalla) to acc
7
7
As Valhalla heavilly relies on system libraries, you need to install the following dependencies to build this project:
8
8
9
9
``` sh
10
- sudo apt-get update && sudo apt-get install -y --no-install-recommends clang build-essential cmake libboost-dev liblz4-dev libprotobuf-dev protobuf-compiler zlib1g-dev
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
11
```
12
12
13
13
## License
You can’t perform that action at this time.
0 commit comments