From 2006b712502f44956063b35bdbf1a854fe7ef4ea Mon Sep 17 00:00:00 2001 From: sowle Date: Thu, 13 Feb 2025 11:57:47 +0100 Subject: [PATCH] readme: added bzip2 and libssl-dev to prerequisites --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7dbf161d..076253e8 100644 --- a/README.md +++ b/README.md @@ -36,11 +36,11 @@ Recommended OS versions: Ubuntu 20.04, 22.04 LTS. [*server version*] - sudo apt-get install -y build-essential g++ curl autotools-dev libicu-dev libbz2-dev cmake git screen checkinstall zlib1g-dev + sudo apt-get install -y build-essential g++ curl autotools-dev libicu-dev libbz2-dev cmake git screen checkinstall zlib1g-dev libssl-dev bzip2 [*GUI version*] - sudo apt-get install -y build-essential g++ python-dev autotools-dev libicu-dev libbz2-dev cmake git screen checkinstall zlib1g-dev mesa-common-dev libglu1-mesa-dev + sudo apt-get install -y build-essential g++ python-dev autotools-dev libicu-dev libbz2-dev cmake git screen checkinstall zlib1g-dev libssl-dev bzip2 mesa-common-dev libglu1-mesa-dev 2. Clone Zano into a local folder\ (If for some reason you need to use alternative Zano branch, change 'master' to the required branch name.)