doc: Add protip to BUILD instructions.

This commit is contained in:
Jason Volk 2020-05-05 22:58:30 -07:00
parent ce8146392b
commit eef99d5a20
1 changed files with 2 additions and 0 deletions

View File

@ -20,6 +20,8 @@ cd deps/rocksdb
git fetch --tags --force
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
option `--with-included-rocksdb`. This will fetch and properly build rocksdb.