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.