summaryrefslogtreecommitdiff
path: root/INSTALL.md
diff options
context:
space:
mode:
authorirungentoo <irungentoo@gmail.com>2013-07-30 12:29:52 -0400
committerirungentoo <irungentoo@gmail.com>2013-07-30 12:29:52 -0400
commitb94d9d6765381e0a80f86a85edf45b1fd652a21a (patch)
treeaf34d3fa55872f374d4faf798da4e178b7f37a67 /INSTALL.md
parent066c5e4780a52f1a677054ae1db91ed5cf05276a (diff)
parent1ae27fb227939dc2debb69bb02530ae183663367 (diff)
Merge branch 'patch-1' of https://github.com/dypa/ProjectTox-Core into dypa-patch-1
Conflicts: INSTALL.md
Diffstat (limited to 'INSTALL.md')
-rw-r--r--INSTALL.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/INSTALL.md b/INSTALL.md
index 8ab367e7..9e89c8b3 100644
--- a/INSTALL.md
+++ b/INSTALL.md
@@ -5,7 +5,7 @@
5Build dependencies: 5Build dependencies:
6 6
7```bash 7```bash
8apt-get install build-essential libtool autotools-dev automake libconfig-dev ncurses-dev cmake 8apt-get install build-essential libtool autotools-dev automake libconfig-dev ncurses-dev cmake checkinstall
9``` 9```
10 10
11You should get and install [libsodium](https://github.com/jedisct1/libsodium): 11You should get and install [libsodium](https://github.com/jedisct1/libsodium):
@@ -15,7 +15,7 @@ cd libsodium
15git checkout tags/0.4.2 15git checkout tags/0.4.2
16./autogen.sh 16./autogen.sh
17./configure && make check 17./configure && make check
18sudo make install 18sudo checkinstall --install --pkgname libsodium --pkgversion 0.4.2 --nodoc
19sudo ldconfig 19sudo ldconfig
20``` 20```
21 21