From 8c1b7782e951896b8fd81e6df13746a4607ea9ed Mon Sep 17 00:00:00 2001 From: ng0 Date: Fri, 16 Aug 2019 21:56:39 +0000 Subject: more sqlite3 --- doc/handbook/chapters/developer.texi | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'doc') diff --git a/doc/handbook/chapters/developer.texi b/doc/handbook/chapters/developer.texi index 1c558c496..92ff21e28 100644 --- a/doc/handbook/chapters/developer.texi +++ b/doc/handbook/chapters/developer.texi @@ -1320,7 +1320,8 @@ dependencies including development headers from your distribution. Other dependencies that you should strongly consider to install is a database (MySQL, SQLite3 or Postgres). -The following instructions will assume that you installed at least sqlite. +The following instructions will assume that you installed at least +SQLite3 (commonly distributed as ``sqlite'' or ``sqlite3''). 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 respective development headers (if they are packaged separately) as well. -- cgit v1.2.3