mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-04-29 14:59:39 -04:00
doc: remove brew install sqlite from macOS docs
This commit is contained in:
parent
bf42d7de56
commit
63d2ee9a50
1 changed files with 3 additions and 7 deletions
|
@ -115,15 +115,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