Skip to content

Commit 0dfa512

Browse files
committed
chore: Remove pkg-config system dependency
1 parent 230669a commit 0dfa512

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/sanity_checks.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ jobs:
1818
run: |
1919
sudo apt-get update
2020
sudo apt-get install -y --no-install-recommends \
21-
pkg-config \
2221
clang \
2322
build-essential \
2423
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 pkg-config 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 build-essential cmake libboost-dev liblz4-dev libprotobuf-dev protobuf-compiler zlib1g-dev
1111
```
1212

1313
## License

0 commit comments

Comments
 (0)