From a4c98dc432e334822218b715900d067bf6014c7a Mon Sep 17 00:00:00 2001 From: ng0 Date: Fri, 16 Aug 2019 21:55:18 +0000 Subject: sqlite -> SQLite3 --- doc/handbook/chapters/developer.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/handbook/chapters/developer.texi b/doc/handbook/chapters/developer.texi index f6cf82971..1c558c496 100644 --- a/doc/handbook/chapters/developer.texi +++ b/doc/handbook/chapters/developer.texi @@ -1319,7 +1319,7 @@ Make sure to first install the various mandatory and optional dependencies including development headers from your distribution. Other dependencies that you should strongly consider to install is a -database (MySQL, sqlite or Postgres). +database (MySQL, SQLite3 or Postgres). The following instructions will assume that you installed at least sqlite. For most distributions you should be able to find pre-build packages for the database. Again, make sure to install the client libraries @b{and} the -- cgit v1.2.3