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:
parent
277a59f1cb
commit
a1a95c8e7f
@ -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:
|
||||||
|
Loading…
Reference in New Issue
Block a user