aboutsummaryrefslogtreecommitdiff
path: root/depends/README.md
diff options
context:
space:
mode:
authorAndrew Chow <achow101-github@achow101.com>2020-05-26 23:18:08 -0400
committerAndrew Chow <achow101-github@achow101.com>2020-10-14 11:18:13 -0400
commite87df8258090138d5c22ac46b8602b618620e8a1 (patch)
treea616b86d8bee3a88a02bab56fde9664fe65fac70 /depends/README.md
parent54729f3f4e6765dfded590af5fb28c88331685f8 (diff)
downloadbitcoin-e87df8258090138d5c22ac46b8602b618620e8a1.tar.xz
Add sqlite to travis and depends
Diffstat (limited to 'depends/README.md')
-rw-r--r--depends/README.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/depends/README.md b/depends/README.md
index 2356e8be59..869ebe12fd 100644
--- a/depends/README.md
+++ b/depends/README.md
@@ -99,6 +99,10 @@ The following can be set when running make: `make FOO=bar`
<dd>Don't download/build/cache packages needed for enabling zeromq</dd>
<dt>NO_WALLET</dt>
<dd>Don't download/build/cache libs needed to enable the wallet</dd>
+<dt>NO_BDB</dt>
+<dd>Don't download/build/cache BerkeleyDB</dd>
+<dt>NO_SQLITE</dt>
+<dd>Don't download/build/cache SQLite</dd>
<dt>NO_UPNP</dt>
<dd>Don't download/build/cache packages needed for enabling upnp</dd>
<dt>MULTIPROCESS</dt>