-
Notifications
You must be signed in to change notification settings - Fork 386
Installation
Mehtab edited this page Aug 11, 2025
·
2 revisions
- Cryptographic library: Botan (≥2.0.0, recommended ≥2.6.0) or OpenSSL (≥1.0.0)
- GNU Autotools: Autoconf, Automake, Libtool
- pkg-config (recommended)
- SQLite3 (for migration tool or database object store)
- libp11-kit-dev (to install as a PKCS#11 module)
- CppUnit (for unit tests)
-
Install required tools: automake, autoconf, libtool, pkg-config, etc.
-
Prepare configuration scripts:
sh autogen.sh
-
Configure the build:
./configure
Use
./configure --helpfor all options. -
Compile the source:
make
-
(Optional) Run unit tests:
make check
-
Install the library:
sudo make install