Browse Source

more sqlite3

ng0 4 years ago
parent
commit
8c1b7782e9
1 changed files with 2 additions and 1 deletions
  1. 2 1
      doc/handbook/chapters/developer.texi

+ 2 - 1
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.