From cfa995f8b98bf9d6ee0ed6d6dd3d97632328b34d Mon Sep 17 00:00:00 2001 From: Oliver Giles Date: Fri, 16 Aug 2024 13:05:03 +1200 Subject: [PATCH] build from source: include make Resolves #213 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1f8d733..685a0e6 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ On Debian Bookworm, this can be done with: ```bash 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: