README.md: add pkg-config

The project was updated to require
pkg-config for builds.
pull/206/head
Mike Swierczek 2 months ago committed by Oliver Giles
parent 277a59f1cb
commit a1a95c8e7f

@ -16,7 +16,8 @@ On Debian Bullseye, this can be done with:
```bash
sudo apt install \
capnproto cmake g++ libboost-dev libcapnp-dev libsqlite3-dev rapidjson-dev zlib1g-dev
capnproto cmake g++ libboost-dev libcapnp-dev \
libsqlite3-dev rapidjson-dev zlib1g-dev pkg-config
```
Then compile and install laminar with:

Loading…
Cancel
Save