aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorng0 <ng0@n0.is>2019-08-16 21:55:18 +0000
committerng0 <ng0@n0.is>2019-08-16 21:55:18 +0000
commita4c98dc432e334822218b715900d067bf6014c7a (patch)
tree9314bbe575225554ec291c05e9163354a7cc6e90
parent3b71370b0422bd8543050bb14ef227deeaeae41d (diff)
downloadgnunet-a4c98dc432e334822218b715900d067bf6014c7a.tar.gz
gnunet-a4c98dc432e334822218b715900d067bf6014c7a.zip
sqlite -> SQLite3
-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