Update README
All checks were successful
Cargo CI / Build and Test (pull_request) Successful in 2m14s
Cargo CI / Lint (pull_request) Successful in 1m11s

This commit is contained in:
Wojciech Kozlowski 2025-01-12 10:22:22 +01:00
parent b6b25f7198
commit dce2756e7e

View File

@ -4,6 +4,19 @@
### Pre-requisites ### 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 #### musicbrainz-api
This feature requires the `openssl` system library. This feature requires the `openssl` system library.