Contents
Installed Programs:
None
Installed Libraries:
libsodium
Installed Directories:
/usr/include/sodium
The libsodium package provides a cryptography library and is API compatible with NaCl, its predecessor.
Install libsodium by running the following commands:
./configure --prefix=/usr --disable-static && make
Now, as the root user:
make install
--disable-static: This
switch prevents installation of static versions of the libraries.