From 2edbfacf7406566373db41d741fa513c5f0d0b98 Mon Sep 17 00:00:00 2001 From: hang Date: Fri, 3 Mar 2017 19:23:37 +0800 Subject: [PATCH] add Linux build dependencies: libsodium-dev --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f3afe183..ca6fba76 100644 --- a/README.md +++ b/README.md @@ -246,7 +246,7 @@ e.g. Ubuntu, Debian or Linux Mint, you might install build dependencies like thi ```bash # Debian / Ubuntu -sudo apt-get install --no-install-recommends gettext build-essential autoconf libtool libpcre3-dev asciidoc xmlto libev-dev libudns-dev automake libmbedtls-dev +sudo apt-get install --no-install-recommends gettext build-essential autoconf libtool libpcre3-dev asciidoc xmlto libev-dev libudns-dev automake libmbedtls-dev libsodium-dev # CentOS / Fedora / RHEL sudo yum install gettext gcc autoconf libtool automake make asciidoc xmlto udns-devel libev-devel # Arch