diff options
-rw-r--r-- | INSTALL.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -5,7 +5,7 @@ | |||
5 | Build dependencies: | 5 | Build dependencies: |
6 | 6 | ||
7 | ```bash | 7 | ```bash |
8 | apt-get install build-essential libtool autotools-dev automake libconfig-dev ncurses-dev cmake | 8 | apt-get install build-essential libtool autotools-dev automake libconfig-dev ncurses-dev cmake checkinstall |
9 | ``` | 9 | ``` |
10 | 10 | ||
11 | You should get and install [libsodium](https://github.com/jedisct1/libsodium): | 11 | You should get and install [libsodium](https://github.com/jedisct1/libsodium): |
@@ -15,7 +15,7 @@ cd libsodium | |||
15 | git checkout tags/0.4.2 | 15 | git checkout tags/0.4.2 |
16 | ./autogen.sh | 16 | ./autogen.sh |
17 | ./configure && make check | 17 | ./configure && make check |
18 | sudo make install | 18 | sudo checkinstall --install --pkgname libsodium --pkgversion 0.4.2 --nodoc |
19 | sudo ldconfig | 19 | sudo ldconfig |
20 | ``` | 20 | ``` |
21 | 21 | ||