diff options
author | Andrew Chow <achow101-github@achow101.com> | 2020-05-26 23:18:08 -0400 |
---|---|---|
committer | Andrew Chow <achow101-github@achow101.com> | 2020-10-14 11:18:13 -0400 |
commit | e87df8258090138d5c22ac46b8602b618620e8a1 (patch) | |
tree | a616b86d8bee3a88a02bab56fde9664fe65fac70 /depends/README.md | |
parent | 54729f3f4e6765dfded590af5fb28c88331685f8 (diff) |
Add sqlite to travis and depends
Diffstat (limited to 'depends/README.md')
-rw-r--r-- | depends/README.md | 4 |
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> |