You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So much so that when trying to use ./autogen.sh as specified in your readme without specify its for dev, it basically tells you to download the stable tarball. The following instructions seem to work:
wget https://download.libsodium.org/libsodium/releases/libsodium-1.0.19-stable.tar.gz
tar -xf libsodium-1.0.19-stable.tar.gz
cd libsodium-stable
./configure && make check
sudo make install
sudo ldconfig
cd ..
The text was updated successfully, but these errors were encountered:
libsodium no longer wants people to use
master
becausereference
So much so that when trying to use
./autogen.sh
as specified in your readme without specify its for dev, it basically tells you to download the stable tarball. The following instructions seem to work:The text was updated successfully, but these errors were encountered: