aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/handbook/chapters/developer.texi3
1 files changed, 2 insertions, 1 deletions
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.
1320 1320
1321Other dependencies that you should strongly consider to install is a 1321Other dependencies that you should strongly consider to install is a
1322database (MySQL, SQLite3 or Postgres). 1322database (MySQL, SQLite3 or Postgres).
1323The following instructions will assume that you installed at least sqlite. 1323The following instructions will assume that you installed at least
1324SQLite3 (commonly distributed as ``sqlite'' or ``sqlite3'').
1324For most distributions you should be able to find pre-build packages for 1325For most distributions you should be able to find pre-build packages for
1325the database. Again, make sure to install the client libraries @b{and} the 1326the database. Again, make sure to install the client libraries @b{and} the
1326respective development headers (if they are packaged separately) as well. 1327respective development headers (if they are packaged separately) as well.