Update rocksdb to try minimizing memory leaks (#1207)

* Update `rocksdb` to try minimizing memory leaks

* Update required dependencies
This commit is contained in:
Bastian Köcher
2018-12-05 13:54:13 +01:00
committed by GitHub
parent aab15230af
commit 6caadd1968
4 changed files with 232 additions and 96 deletions
+2 -2
View File
@@ -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: