1
0
mirror of https://github.com/ohwgiles/laminar.git synced 2024-10-27 20:34:20 +00:00

README.md: add pkg-config

The project was updated to require
pkg-config for builds.
This commit is contained in:
Mike Swierczek 2024-02-22 15:19:22 -05:00 committed by Oliver Giles
parent 277a59f1cb
commit a1a95c8e7f

View File

@ -16,7 +16,8 @@ On Debian Bullseye, this can be done with:
```bash ```bash
sudo apt install \ 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: Then compile and install laminar with: