mirror of
https://github.com/matrix-construct/construct
synced 2024-11-21 17:31:21 +01:00
Direct Arch users toward the latest tagged RocksDB
parent
a96b859e8e
commit
f712ff3ca4
1 changed files with 2 additions and 2 deletions
4
BUILD.md
4
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.
|
||||
|
|
Loading…
Reference in a new issue