From cf7ae0714b06b3cbec0f858126397049d3dc40f8 Mon Sep 17 00:00:00 2001 From: Bahram Aghaei Date: Mon, 22 Feb 2021 15:22:36 +0330 Subject: [PATCH] Update README.md file Add libssl-dev package into readme file. --- README.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.rst b/README.rst index 964fb21..934e2b6 100644 --- a/README.rst +++ b/README.rst @@ -49,6 +49,8 @@ Installation apt-get install python-dev # install the C-ICAP API apt-get install libicapapi-dev + # install libssl-dev package + apt-get install libssl-dev 2. Build the library, as a normal user