Skip to main content

Linux

Install the build dependencies for your distribution before running ./configure or cmake.
sudo apt-get update
sudo apt-get install \
    autoconf automake libtool pkg-config \
    libssl-dev \
    libsqlite3-dev \
    libp11-kit-dev \
    libcppunit-dev
To use Botan instead of OpenSSL:
sudo apt-get install libbotan-2-dev

Build docs developers (and LLMs) love