summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorirungentoo <irungentoo@gmail.com>2013-07-29 10:43:32 -0700
committerirungentoo <irungentoo@gmail.com>2013-07-29 10:43:32 -0700
commit519b35ef56c0ba59d633bd42e36725dd0b1d750e (patch)
tree27928908619c48f2e5b5edbba7a0a93a81071ac8
parentdb5775afb330a28edee60698e0c46cc33582933f (diff)
parent9999fadfe0d5043ca96dbc64315d728a495a781e (diff)
Merge pull request #126 from rlewon/add_deps_install_doc
Add deps install doc
-rw-r--r--INSTALL.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/INSTALL.md b/INSTALL.md
index a550e47b..00559152 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 ncurses-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