mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-14 12:11:09 +00:00
Update rocksdb to try minimizing memory leaks (#1207)
* Update `rocksdb` to try minimizing memory leaks * Update required dependencies
This commit is contained in:
@@ -191,11 +191,11 @@ You will also need to install the following packages:
|
||||
|
||||
- Linux:
|
||||
[source, shell]
|
||||
sudo apt install cmake pkg-config libssl-dev git
|
||||
sudo apt install cmake pkg-config libssl-dev git clang libclang-dev
|
||||
|
||||
- Mac:
|
||||
[source, shell]
|
||||
brew install cmake pkg-config openssl git
|
||||
brew install cmake pkg-config openssl git llvm
|
||||
|
||||
Then, grab the Substrate source code:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user