Document the SQLite3 update notify API requirements
This commit is contained in:
parent
00d6381f15
commit
262dec9daa
6
INSTALL
6
INSTALL
|
@ -25,7 +25,7 @@ System-specific libraries:
|
||||||
|
|
||||||
General libraries:
|
General libraries:
|
||||||
- Avahi client libraries, 0.6.24 minimum
|
- Avahi client libraries, 0.6.24 minimum
|
||||||
- sqlite3 3.5.0+
|
- sqlite3 3.5.0+ with update notify API enabled
|
||||||
- ffmpeg
|
- ffmpeg
|
||||||
- confuse
|
- confuse
|
||||||
- libevent 1.4+
|
- libevent 1.4+
|
||||||
|
@ -40,6 +40,10 @@ libavl is not the GNU libavl. There doesn't seem to be an upstream website
|
||||||
anymore, but you can fetch it from any Debian mirror for instance (it'll be
|
anymore, but you can fetch it from any Debian mirror for instance (it'll be
|
||||||
in /debian/pool/main/liba/libavl).
|
in /debian/pool/main/liba/libavl).
|
||||||
|
|
||||||
|
sqlite3 needs to be built with support for the update notify API; this isn't
|
||||||
|
always the case, so you may need to rebuild sqlite3 to enable the update
|
||||||
|
notify API. See the sqlite3 doc and look for SQLITE_ENABLE_UPDATE_NOTIFY.
|
||||||
|
|
||||||
FLAC and Musepack support are optional. If not enabled, metadata extraction
|
FLAC and Musepack support are optional. If not enabled, metadata extraction
|
||||||
will fail on these files.
|
will fail on these files.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue