diff options
Diffstat (limited to 'INSTALL.md')
-rw-r--r-- | INSTALL.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -59,7 +59,7 @@ You should get and install [libsodium](https://github.com/jedisct1/libsodium): | |||
59 | ```bash | 59 | ```bash |
60 | git clone git://github.com/jedisct1/libsodium.git | 60 | git clone git://github.com/jedisct1/libsodium.git |
61 | cd libsodium | 61 | cd libsodium |
62 | git checkout tags/0.5.0 | 62 | git checkout tags/0.7.0 |
63 | ./autogen.sh | 63 | ./autogen.sh |
64 | ./configure && make check | 64 | ./configure && make check |
65 | sudo checkinstall --install --pkgname libsodium --pkgversion 0.5.0 --nodoc | 65 | sudo checkinstall --install --pkgname libsodium --pkgversion 0.5.0 --nodoc |
@@ -74,7 +74,7 @@ this will install the libs to /usr/local/lib and the headers to /usr/local/inclu | |||
74 | ```bash | 74 | ```bash |
75 | git clone git://github.com/jedisct1/libsodium.git | 75 | git clone git://github.com/jedisct1/libsodium.git |
76 | cd libsodium | 76 | cd libsodium |
77 | git checkout tags/0.5.0 | 77 | git checkout tags/0.7.0 |
78 | ./autogen.sh | 78 | ./autogen.sh |
79 | ./configure | 79 | ./configure |
80 | make check | 80 | make check |