Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- sudo apt-get install build-essential libtool autotools-dev automake checkinstall check git yasm
- git clone git://github.com/jedisct1/libsodium.git
- cd libsodium
- git checkout tags/1.0.0
- ./autogen.sh
- ./configure && make check
- sudo checkinstall --install --pkgname libsodium --pkgversion 1.0.0 --nodoc
- sudo ldconfig
- cd ..
- git clone git://github.com/irungentoo/toxcore.git
- cd toxcore
- autoreconf -i
- ./configure
- make
- sudo make install
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement