From 3e822c2f6cfa6e068bf50799660710f1312f9ae9 Mon Sep 17 00:00:00 2001 From: Ivo Anjo Date: Thu, 27 Mar 2025 17:52:44 +0000 Subject: [PATCH] Document version of rocksdb to use I had to install rocksdb locally on linux to be able to contribute to dd-go and it was painful to find out which versions worked. Hopefully this saves someone else some time. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8d682bd..68d9d13 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ ## Install -You'll need to build [RocksDB](https://github.com/facebook/rocksdb) v6.16+ on your machine. +You'll need to build [RocksDB](https://github.com/facebook/rocksdb) v6.16+ on your machine. Currently this needs to be 6.x, and as of March 2025 it needs to also be < 6.24.2 (I recommend 6.23.3). Later versions break from, e.g. https://github.com/facebook/rocksdb/commit/2a383f21f46fc11687a2fdd3e81616e93e980df4 . After that, you can install gorocksdb using the following command: