aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorng0 <ng0@n0.is>2019-03-10 18:37:36 +0000
committerng0 <ng0@n0.is>2019-03-10 18:37:36 +0000
commit3e1da211a73efbc484eeb077e9617c63acd95c6b (patch)
treeb8876df038cf651052761849c354b973af57bb38 /README
parent4b943f678220f3a0939c3bccfa092b97cc34ca9e (diff)
downloadgnunet-3e1da211a73efbc484eeb077e9617c63acd95c6b.tar.gz
gnunet-3e1da211a73efbc484eeb077e9617c63acd95c6b.zip
README: clarify databases
Signed-off-by: ng0 <ng0@n0.is>
Diffstat (limited to 'README')
-rw-r--r--README9
1 files changed, 6 insertions, 3 deletions
diff --git a/README b/README
index 1877f42e7..09ac65f05 100644
--- a/README
+++ b/README
@@ -53,9 +53,12 @@ These are the direct dependencies for running GNUnet:
53- nss (certutil binary, for 53- nss (certutil binary, for
54 gnunet-gns-proxy-setup-ca) 54 gnunet-gns-proxy-setup-ca)
55- libltdl >= 2.2 (part of GNU libtool) 55- libltdl >= 2.2 (part of GNU libtool)
56- sqlite >= 3.8 (default database, required) 56- 1 or more databases:
57- mysql >= 5.1 (alternative to sqlite) 57 - sqlite >= 3.8 (default database, required)
58- postgres >= 9.5 (alternative to sqlite) 58 and/or
59 - mysql >= 5.1 (alternative to sqlite)
60 and/or
61 - postgres >= 9.5 (alternative to sqlite)
59- Texinfo >= 5.2 [*1] 62- Texinfo >= 5.2 [*1]
60- makeinfo >= 4.8 63- makeinfo >= 4.8
61- make[*3] 64- make[*3]