Document the SQLite3 update notify API requirements

This commit is contained in:
Julien BLACHE 2010-04-30 19:20:28 +02:00
parent 00d6381f15
commit 262dec9daa
1 changed files with 5 additions and 1 deletions

View File

@ -25,7 +25,7 @@ System-specific libraries:
General libraries:
- Avahi client libraries, 0.6.24 minimum
- sqlite3 3.5.0+
- sqlite3 3.5.0+ with update notify API enabled
- ffmpeg
- confuse
- 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
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
will fail on these files.