mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-03-13 19:37:04 +01:00
doc: remove brew install sqlite from macOS docs
This commit is contained in:
parent
419bdc534f
commit
7698366132
1 changed files with 3 additions and 7 deletions
|
@ -112,15 +112,11 @@ brew install berkeley-db@4
|
|||
|
||||
###### Descriptor Wallet Support
|
||||
|
||||
Note: Apple has included a useable `sqlite` package since macOS 10.14.
|
||||
You may not need to install this package.
|
||||
`sqlite` is required to support for descriptor wallets.
|
||||
|
||||
`sqlite` is required to enable support for descriptor wallets.
|
||||
Skip if you don't intend to use descriptor wallets.
|
||||
macOS ships with a useable `sqlite` package, meaning you don't need to
|
||||
install anything.
|
||||
|
||||
``` bash
|
||||
brew install sqlite
|
||||
```
|
||||
---
|
||||
|
||||
#### GUI Dependencies
|
||||
|
|
Loading…
Add table
Reference in a new issue