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
and [latest Electrum wallet](https://electrum.org/#download) (4.0+).
31
31
@@ -52,18 +52,18 @@ The advantages of dynamic linking:
52
52
* Cross compilation is more reliable
53
53
* If another application is also using `rocksdb`, you don't store it on disk and in RAM twice
54
54
55
-
If you decided to use dynamic linking, you will also need to install the library ([6.11.4 release](https://github.com/facebook/rocksdb/releases/tag/v6.11.4) is required).
56
-
On [Debian 11 (bullseye)](https://packages.debian.org/bullseye/librocksdb-dev) and [Ubuntu 21.04 (hirsute)](https://packages.ubuntu.com/hirsute/librocksdb-dev):
55
+
If you decided to use dynamic linking, you will also need to install the library ([7.8.3 release](https://github.com/facebook/rocksdb/releases/tag/v7.8.3) is required).
56
+
On [Debian 12 (bookworm)](https://packages.debian.org/bookworm/librocksdb-dev) and [Ubuntu 23.04 (lunar)](https://packages.ubuntu.com/lunar/librocksdb-dev):
57
57
58
58
```bash
59
-
$ sudo apt install librocksdb-dev=6.11.4-3
59
+
$ sudo apt install librocksdb-dev=7.8.3-2
60
60
```
61
61
62
62
For other versions of Debian or Ubuntu, you can build librocksdb and install inside `/usr/local` directory using following command.
0 commit comments