mirror of
https://github.com/matrix-construct/construct
synced 2024-12-27 07:54:05 +01:00
doc: Add protip to BUILD instructions.
This commit is contained in:
parent
ce8146392b
commit
eef99d5a20
1 changed files with 2 additions and 0 deletions
|
@ -20,6 +20,8 @@ cd deps/rocksdb
|
||||||
git fetch --tags --force
|
git fetch --tags --force
|
||||||
git checkout v5.17.2
|
git checkout v5.17.2
|
||||||
```
|
```
|
||||||
|
> For best performance and stability, please check for the version available on
|
||||||
|
your system for the above `git checkout`.
|
||||||
|
|
||||||
- RocksDB: All Ubuntu users on all releases must configure Construct with the
|
- RocksDB: All Ubuntu users on all releases must configure Construct with the
|
||||||
option `--with-included-rocksdb`. This will fetch and properly build rocksdb.
|
option `--with-included-rocksdb`. This will fetch and properly build rocksdb.
|
||||||
|
|
Loading…
Reference in a new issue