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

build from source: include make

Resolves #213
This commit is contained in:
Oliver Giles 2024-08-16 13:05:03 +12:00
parent 0a340f9b0b
commit cfa995f8b9

View File

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