diff --git a/BUILD.md b/BUILD.md index 081bee4..c559778 100644 --- a/BUILD.md +++ b/BUILD.md @@ -16,13 +16,13 @@ > 👉 For best performance and stability, please check for the version available on your system and match that with the `git checkout` command above. - > 🛑 RocksDB 6.10.X and 6.11.X have a bug and should not be used. If you are affected by these versions please add `--with-included-rocksdb=v6.12.6` to `./configure` when instructed below. + > 🛑 RocksDB 6.10.X and 6.11.X have a bug and should not be used. If you are affected by these versions please add `--with-included-rocksdb=v6.13.3` to `./configure` when instructed below. 2. **Review special requirements for your platform** - #### Arch Linux - RocksDB versions 6.10.X and 6.11.X should not be used. If the RocksDB package version falls within this range (i.e. 6.10.2-1) you must configure with `--with-included-rocksdb=v6.12.6`. + RocksDB versions 6.10.X and 6.11.X should not be used. If the RocksDB package version falls within this range (i.e. 6.10.2-1) you must configure with `--with-included-rocksdb=v6.12.7` or later. - #### Ubuntu You must configure Construct with the option `--with-included-rocksdb`. This will fetch and properly build rocksdb.