From 5ac81170de4001049dbe61020601828e31f75f8a Mon Sep 17 00:00:00 2001 From: "Matthias P. Braendli" Date: Sun, 20 Jul 2014 16:25:51 +0200 Subject: debian installer: add libsodium --- installer/debian.sh | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'installer') diff --git a/installer/debian.sh b/installer/debian.sh index 78ed24b..a9a0577 100644 --- a/installer/debian.sh +++ b/installer/debian.sh @@ -104,6 +104,14 @@ make sudo make install popd +echo -e "$GREEN Installing libsodium $NORMAL" +wget https://download.libsodium.org/libsodium/releases/libsodium-0.6.1.tar.gz +tar -f libsodium-0.6.1.tar.gz -x +pushd libsodium-0.6.1 +./configure +make +sudo make install +popd echo -e "$GREEN Installing ZeroMQ $NORMAL" wget http://download.zeromq.org/zeromq-4.0.4.tar.gz -- cgit v1.2.3