diff options
author | ng0 <ng0@n0.is> | 2019-03-10 18:37:36 +0000 |
---|---|---|
committer | ng0 <ng0@n0.is> | 2019-03-10 18:37:36 +0000 |
commit | 3e1da211a73efbc484eeb077e9617c63acd95c6b (patch) | |
tree | b8876df038cf651052761849c354b973af57bb38 /README | |
parent | 4b943f678220f3a0939c3bccfa092b97cc34ca9e (diff) |
README: clarify databases
Signed-off-by: ng0 <ng0@n0.is>
Diffstat (limited to 'README')
-rw-r--r-- | README | 9 |
1 files changed, 6 insertions, 3 deletions
@@ -53,9 +53,12 @@ These are the direct dependencies for running GNUnet: - nss (certutil binary, for gnunet-gns-proxy-setup-ca) - libltdl >= 2.2 (part of GNU libtool) -- sqlite >= 3.8 (default database, required) -- mysql >= 5.1 (alternative to sqlite) -- postgres >= 9.5 (alternative to sqlite) +- 1 or more databases: + - sqlite >= 3.8 (default database, required) + and/or + - mysql >= 5.1 (alternative to sqlite) + and/or + - postgres >= 9.5 (alternative to sqlite) - Texinfo >= 5.2 [*1] - makeinfo >= 4.8 - make[*3] |