diff options
Diffstat (limited to 'INSTALL.md')
-rw-r--r-- | INSTALL.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -7,6 +7,7 @@ Build dependencies: | |||
7 | ```bash | 7 | ```bash |
8 | apt-get install build-essential libtool autotools-dev automake libconfig-dev ncurses-dev cmake checkinstall | 8 | apt-get install build-essential libtool autotools-dev automake libconfig-dev ncurses-dev cmake checkinstall |
9 | ``` | 9 | ``` |
10 | Note that `libconfig-dev` should be >= 1.4. | ||
10 | 11 | ||
11 | You should get and install [libsodium](https://github.com/jedisct1/libsodium): | 12 | You should get and install [libsodium](https://github.com/jedisct1/libsodium): |
12 | ```bash | 13 | ```bash |