From dce2756e7ef3438b1ec2e4150e9b7456c68a6b55 Mon Sep 17 00:00:00 2001 From: Wojciech Kozlowski Date: Sun, 12 Jan 2025 10:22:22 +0100 Subject: [PATCH] Update README --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/README.md b/README.md index 7e1bc40..fc478b0 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,19 @@ ### Pre-requisites +#### database-sqlite + +This feature requires the `sqlite` library. + +Either install system libraries: with + +On Fedora: +``` sh +sudo dnf install sqlite-devel +``` + +Or use a bundled version by enabling the `database-sqlite-bundled` feature. + #### musicbrainz-api This feature requires the `openssl` system library.