adjust minimum SQLite version

"without rowid" was introduced in 3.8.2, not 3.14.0. The latter
was just "without rowid" virtual tables, a more obscure feature.
This commit is contained in:
Scott Lamb
2021-08-19 10:57:00 -07:00
parent a574b51e26
commit 6270cc0ee4
2 changed files with 5 additions and 5 deletions

View File

@@ -177,7 +177,7 @@ 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/), at least version 3.14.0.
* [SQLite3](https://www.sqlite.org/), at least version 3.8.2.
(You can skip this if you compile with `--features=bundled` and
don't mind the `moonfire-nvr sql` command not working.)