aboutsummaryrefslogtreecommitdiff
path: root/doc/handbook/chapters/developer.texi
diff options
context:
space:
mode:
authorng0 <ng0@n0.is>2019-08-16 21:56:39 +0000
committerng0 <ng0@n0.is>2019-08-16 21:56:39 +0000
commit8c1b7782e951896b8fd81e6df13746a4607ea9ed (patch)
treec05f189c77945cd3a3b6c2e70e9b5ad357972957 /doc/handbook/chapters/developer.texi
parenta4c98dc432e334822218b715900d067bf6014c7a (diff)
downloadgnunet-8c1b7782e951896b8fd81e6df13746a4607ea9ed.tar.gz
gnunet-8c1b7782e951896b8fd81e6df13746a4607ea9ed.zip
more sqlite3
Diffstat (limited to 'doc/handbook/chapters/developer.texi')
-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.