aboutsummaryrefslogtreecommitdiff
path: root/doc/handbook/chapters/developer.texi
diff options
context:
space:
mode:
Diffstat (limited to 'doc/handbook/chapters/developer.texi')
-rw-r--r--doc/handbook/chapters/developer.texi2
1 files changed, 1 insertions, 1 deletions
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
1319dependencies including development headers from your distribution. 1319dependencies 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, sqlite 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 sqlite.
1324For most distributions you should be able to find pre-build packages for 1324For 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 1325the database. Again, make sure to install the client libraries @b{and} the