Skip to content

Building Malamute Outdated (libsodium) #331

@BHare1985

Description

@BHare1985

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 ..

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions