From de90518f287802daf76f30e1144a24e058744fa2 Mon Sep 17 00:00:00 2001 From: Ryan Lewon Date: Mon, 29 Jul 2013 17:32:00 +0000 Subject: [PATCH] Updated install docs to reflect ubuntu dependencies for 13.04. --- INSTALL.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/INSTALL.md b/INSTALL.md index a550e47b..409fac03 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -2,6 +2,12 @@ ###Linux: +Build dependencies: + +```bash +apt-get install build-essential libtool autotools-dev automake libconfig-dev +``` + You should get and install [libsodium](https://github.com/jedisct1/libsodium): ```bash git clone git://github.com/jedisct1/libsodium.git