View Single Post
  #9  
Old 10-21-2017, 07:22 PM
Thalix's Avatar
Thalix
Sarnak
 
Join Date: Sep 2016
Posts: 91
Default

I think you need libsodium:

libsodium-dev - Network communication, cryptography and signaturing library - headers
libsodium18 - Network communication, cryptography and signaturing library

Code:
apt-get install libsodium-dev libsodium18
Then you need to restart the compilation, starting with "rm CMakeCache.txt" ...
Reply With Quote