document and check minimum SQLite version

Fixes #147
This commit is contained in:
Scott Lamb
2021-08-19 10:02:25 -07:00
parent dd4a901adb
commit 4e77a26410
4 changed files with 23 additions and 3 deletions

View File

@@ -177,7 +177,9 @@ To build the server, you will need the following C libraries installed:
timeouts for RTSP. For reliable reconnections on error, it's strongly
recommended to use ffmpeg library versions >= 55.1.101.
* [SQLite3](https://www.sqlite.org/).
* [SQLite3](https://www.sqlite.org/), at least version 3.14.0.
(You can skip this if you compile with `--features=bundled` and
don't mind the `moonfire-nvr sql` command not working.)
* [`ncursesw`](https://www.gnu.org/software/ncurses/), the UTF-8 version of
the `ncurses` library.