summaryrefslogtreecommitdiff
path: root/INSTALL.md
diff options
context:
space:
mode:
authorRyan Lewon <xorl@xorl.net>2013-07-29 17:32:00 +0000
committerRyan Lewon <xorl@xorl.net>2013-07-29 17:32:00 +0000
commitde90518f287802daf76f30e1144a24e058744fa2 (patch)
tree3030798e65208ff16c677695646dd618e7dea7ee /INSTALL.md
parentdb5775afb330a28edee60698e0c46cc33582933f (diff)
Updated install docs to reflect ubuntu dependencies for 13.04.
Diffstat (limited to 'INSTALL.md')
-rw-r--r--INSTALL.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/INSTALL.md b/INSTALL.md
index a550e47b..409fac03 100644
--- a/INSTALL.md
+++ b/INSTALL.md
@@ -2,6 +2,12 @@
2 2
3###Linux: 3###Linux:
4 4
5Build dependencies:
6
7```bash
8apt-get install build-essential libtool autotools-dev automake libconfig-dev
9```
10
5You should get and install [libsodium](https://github.com/jedisct1/libsodium): 11You should get and install [libsodium](https://github.com/jedisct1/libsodium):
6```bash 12```bash
7git clone git://github.com/jedisct1/libsodium.git 13git clone git://github.com/jedisct1/libsodium.git