mirror of
https://github.com/matrix-construct/construct
synced 2024-11-21 09:21:45 +01:00
Bump RocksDB version in example.
parent
40965e4555
commit
61119a9b1f
1 changed files with 1 additions and 1 deletions
2
BUILD.md
2
BUILD.md
|
@ -18,7 +18,7 @@ be available. ALL UBUNTU USERS MUST BUILD THE SOURCE AS WELL (SKIP TO NEXT BULLE
|
|||
git submodule update --init deps/rocksdb
|
||||
cd deps/rocksdb
|
||||
git fetch --tags --force
|
||||
git checkout v5.17.2
|
||||
git checkout v6.6.4
|
||||
```
|
||||
> For best performance and stability, please check for the version available on
|
||||
your system for the above `git checkout`.
|
||||
|
|
Loading…
Reference in a new issue