From 071d707694701d34c08c2bc44a57500cbcfa98c6 Mon Sep 17 00:00:00 2001 From: Mohammad Haghighat Date: Thu, 2 Jan 2020 10:32:05 -0800 Subject: [PATCH] Updated the dependency list libssl-dev is needed for configuring with openssl --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f618541b..142e1045 100644 --- a/README.md +++ b/README.md @@ -76,7 +76,7 @@ Under Debian-based or Ubuntu-based distributions, this should install the requir $ sudo apt-get install \ build-essential gettext autoconf automake libproxy-dev \ libxml2-dev libtool vpnc-scripts pkg-config zlib1g-dev \ - libgnutls-dev # may be named libgnutls28-dev on some recent Debian/Ubuntu-based distros + libssl-dev libgnutls-dev # may be named libgnutls28-dev on some recent Debian/Ubuntu-based distros ``` Once you have all the build dependencies installed, checkout and build from this repository.