Advertisement
Guest User

Untitled

a guest
Feb 6th, 2015
104
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.43 KB | None | 0 0
  1. sudo apt-get install build-essential libtool autotools-dev automake checkinstall check git yasm
  2.  
  3. git clone git://github.com/jedisct1/libsodium.git
  4. cd libsodium
  5. git checkout tags/1.0.0
  6. ./autogen.sh
  7. ./configure && make check
  8. sudo checkinstall --install --pkgname libsodium --pkgversion 1.0.0 --nodoc
  9. sudo ldconfig
  10. cd ..
  11.  
  12. git clone git://github.com/irungentoo/toxcore.git
  13. cd toxcore
  14. autoreconf -i
  15. ./configure
  16. make
  17. sudo make install
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement