diff options
author | irungentoo <irungentoo@gmail.com> | 2013-07-29 10:43:32 -0700 |
---|---|---|
committer | irungentoo <irungentoo@gmail.com> | 2013-07-29 10:43:32 -0700 |
commit | 519b35ef56c0ba59d633bd42e36725dd0b1d750e (patch) | |
tree | 27928908619c48f2e5b5edbba7a0a93a81071ac8 | |
parent | db5775afb330a28edee60698e0c46cc33582933f (diff) | |
parent | 9999fadfe0d5043ca96dbc64315d728a495a781e (diff) |
Merge pull request #126 from rlewon/add_deps_install_doc
Add deps install doc
-rw-r--r-- | INSTALL.md | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -2,6 +2,12 @@ | |||
2 | 2 | ||
3 | ###Linux: | 3 | ###Linux: |
4 | 4 | ||
5 | Build dependencies: | ||
6 | |||
7 | ```bash | ||
8 | apt-get install build-essential libtool autotools-dev automake libconfig-dev ncurses-dev | ||
9 | ``` | ||
10 | |||
5 | You should get and install [libsodium](https://github.com/jedisct1/libsodium): | 11 | You should get and install [libsodium](https://github.com/jedisct1/libsodium): |
6 | ```bash | 12 | ```bash |
7 | git clone git://github.com/jedisct1/libsodium.git | 13 | git clone git://github.com/jedisct1/libsodium.git |