Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Building Malamute Outdated (libsodium) #331

Open
BHare1985 opened this issue Mar 25, 2024 · 0 comments
Open

Building Malamute Outdated (libsodium) #331

BHare1985 opened this issue Mar 25, 2024 · 0 comments

Comments

@BHare1985
Copy link

libsodium no longer wants people to use master because

The master branch is broken, untested, unfinished development code that you should never use unless you are planning to contribute code.

reference

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 ..
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant