WiscKey Database
Embedded LSM-Tree Key-Value Database
Loading...
Searching...
No Matches
Build & Install
Author
Adam Comer adamb.nosp@m.come.nosp@m.r@gma.nosp@m.il.c.nosp@m.om
Date
August 3, 2024

Dependencies

Optional Dependencies

Build

This project uses the Meson build system.

Release

Build the static library in release mode.

make init.release
make build

Debug

Build the static library in debug mode.

make init
make build

Test

Run the tests associated with this project.

make test