From f9d61ed16178fc376d73757ee283b303bff44870 Mon Sep 17 00:00:00 2001 From: KoynovStas Date: Fri, 30 Oct 2020 11:45:39 +0400 Subject: [PATCH] README: add zlib1g-dev to list of dependencies --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2217974..7a5f242 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ For example, on ubuntu 20.04, you needed to install: sudo apt install flex bison byacc make m4 #for support encryption and WS-Security -sudo apt install openssl libssl-dev libcrypto++6 +sudo apt install openssl libssl-dev zlib1g-dev libcrypto++6 ``` To start build you have to choose your compiler (or toolchain) in the [Makefile](./Makefile) (see variable `$CC`).