diff options
Diffstat (limited to 'INSTALL.md')
-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 |