mirror of
https://github.com/owntone/owntone-server.git
synced 2025-01-12 15:33:23 -05:00
Fix thinko: s/update notify API/unlock notify API/
This commit is contained in:
parent
6b851d6af6
commit
1ef02084ed
8
INSTALL
8
INSTALL
@ -24,7 +24,7 @@ Tools:
|
||||
Libraries:
|
||||
- libantlr3c (ANTLR3 C runtime, version 3.2 for tarball builds)
|
||||
- Avahi client libraries, 0.6.24 minimum
|
||||
- sqlite3 3.5.0+ with update notify API enabled
|
||||
- sqlite3 3.5.0+ with unlock notify API enabled
|
||||
- ffmpeg 0.5+
|
||||
- confuse
|
||||
- libevent 1.4+
|
||||
@ -42,9 +42,9 @@ anymore, but you'll find the source tarball alongside the forked-daapd
|
||||
release tarballs (see below for the URL). Alternatively, you can fetch it from
|
||||
any Debian mirror, too (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.
|
||||
sqlite3 needs to be built with support for the unlock notify API; this isn't
|
||||
always the case, so you may need to rebuild sqlite3 to enable the unlock
|
||||
notify API. See the sqlite3 doc and look for SQLITE_ENABLE_UNLOCK_NOTIFY.
|
||||
|
||||
|
||||
Note about ffmpeg
|
||||
|
Loading…
Reference in New Issue
Block a user