From 75ce1dadf5bc1bdbc91195ca13761111d0faff70 Mon Sep 17 00:00:00 2001 From: Joe Tylka Date: Fri, 6 Oct 2023 17:47:08 -0400 Subject: [PATCH] Add missing dependencies for install in fresh ubuntu --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f4f38c8..a076cfa 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,7 @@ We highly recommend downloading a [release tarball](https://github.com/mtrojnar/ * Install prerequisites on a Debian-based distributions, such as Ubuntu: ``` - sudo apt update && sudo apt install cmake libssl-dev libcurl4-openssl-dev + sudo apt update && sudo apt install cmake libssl-dev libcurl4-openssl-dev zlib1g-dev python3 ``` * Install prerequisites on macOS with Homebrew: ```