Skip to content

Commit a1c65b8

Browse files
committed
Revert "chore: Remove pkg-config system dependency"
This reverts commit 0dfa512.
1 parent fe7e01e commit a1c65b8

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/sanity_checks.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ jobs:
1818
run: |
1919
sudo apt-get update
2020
sudo apt-get install -y --no-install-recommends \
21+
pkg-config \
2122
clang \
2223
build-essential \
2324
cmake \

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ C++-to-Rust bindings for [Valhalla](https://github.com/valhalla/valhalla) to acc
77
As Valhalla heavilly relies on system libraries, you need to install the following dependencies to build this project:
88

99
```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
1111
```
1212

1313
## License

0 commit comments

Comments
 (0)