diff options
author | Andrew Chow <achow101-github@achow101.com> | 2020-09-30 12:24:12 -0400 |
---|---|---|
committer | Andrew Chow <achow101-github@achow101.com> | 2020-10-14 11:28:18 -0400 |
commit | 6c6639ac9f6e1677da066cf809f9e3fa4d2e7c32 (patch) | |
tree | b8d6a7209663169552f4aaf3612bc5b05f8985fc /doc/build-osx.md | |
parent | f023b7cac0eb16d3c1bf40f1f7898b290de4cc73 (diff) |
Include sqlite3 in documentation
Diffstat (limited to 'doc/build-osx.md')
-rw-r--r-- | doc/build-osx.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/build-osx.md b/doc/build-osx.md index 7b76117c8b..2a7d71eea6 100644 --- a/doc/build-osx.md +++ b/doc/build-osx.md @@ -19,7 +19,7 @@ Then install [Homebrew](https://brew.sh). ## Dependencies ```shell -brew install automake berkeley-db4 libtool boost miniupnpc pkg-config python qt libevent qrencode +brew install automake berkeley-db4 libtool boost miniupnpc pkg-config python qt libevent qrencode sqlite ``` If you run into issues, check [Homebrew's troubleshooting page](https://docs.brew.sh/Troubleshooting). @@ -79,7 +79,7 @@ compiled in `disable-wallet` mode with: ./configure --disable-wallet ``` -In this case there is no dependency on Berkeley DB 4.8. +In this case there is no dependency on Berkeley DB 4.8 and SQLite. Mining is also possible in disable-wallet mode using the `getblocktemplate` RPC call. |