From 31accd90607db841f3ec0c40efe2e70b22746f4f Mon Sep 17 00:00:00 2001 From: Xuan Sang LE Date: Fri, 5 Feb 2021 03:31:06 +0100 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f4b5ca2..f9164c4 100644 --- a/README.md +++ b/README.md @@ -25,6 +25,7 @@ A lightweight and portable HTTP/HTTPs web server written in C: ### server dependencies * libssl-dev (expecting openssl v1.1.1d, only support TLSv1.2 and TLSv1.3) * libsqlite3-dev +* zlib-dev ### build When all dependencies are installed, the build can be done with a few single command lines: