You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you run into issues, check [Homebrew's troubleshooting page](https://docs.brew.sh/Troubleshooting).
@@ -30,7 +30,19 @@ If you want to build the disk image with `make deploy` (.dmg / optional), you ne
30
30
brew install librsvg
31
31
```
32
32
33
-
## Berkeley DB
33
+
### SQLite
34
+
35
+
Usually, macOS installation already has a suitable SQLite installation.
36
+
Also, the Homebrew package could be installed:
37
+
38
+
```shell
39
+
brew install sqlite
40
+
```
41
+
42
+
In that case the Homebrew package will prevail.
43
+
44
+
### Berkeley DB
45
+
34
46
It is recommended to use Berkeley DB 4.8. If you have to build it yourself,
35
47
you can use [this](/contrib/install_db4.sh) script to install it
36
48
like so:
@@ -41,7 +53,11 @@ like so:
41
53
42
54
from the root of the repository.
43
55
44
-
**Note**: You only need Berkeley DB if the wallet is enabled (see [*Disable-wallet mode*](/doc/build-osx.md#disable-wallet-mode)).
0 commit comments