From 1e0c0617f557a5b6e1aeaef470358577101c56e2 Mon Sep 17 00:00:00 2001 From: Al Pou Date: Wed, 14 Sep 2022 13:20:41 -0400 Subject: [PATCH] Removed lzlib from the dependencies, as it's not needed --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 27e4c90..0577657 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ First, install Git is not listed as a dependency in the official build documentation, but it is needed as it does not come with OpenBSD's base system: - $ doas pkg_add boost cmake git lzlib + $ doas pkg_add boost cmake git Next, clone their git repository: