From eef99d5a20e67d380f7ea2aeedbcc12ef249ade9 Mon Sep 17 00:00:00 2001 From: Jason Volk Date: Tue, 5 May 2020 22:58:30 -0700 Subject: [PATCH] doc: Add protip to BUILD instructions. --- doc/BUILD.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/BUILD.md b/doc/BUILD.md index fc92b660e..49c64a72f 100644 --- a/doc/BUILD.md +++ b/doc/BUILD.md @@ -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.