From 74a4c26fd394bd4967e9f64a843a254d25c85670 Mon Sep 17 00:00:00 2001 From: myypo Date: Sun, 22 Dec 2024 14:22:00 +0200 Subject: [PATCH] Add a mention of RocksDB fork in the local-development guide --- docs/dev/local-development.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/dev/local-development.md b/docs/dev/local-development.md index a5a09cb5c..3af339946 100644 --- a/docs/dev/local-development.md +++ b/docs/dev/local-development.md @@ -13,7 +13,7 @@ The project contains some Rust libraries binding to native libraries/build tools * [Clang](https://clang.llvm.org/) * [CMake](https://cmake.org/) * [OpenSSL](https://www.openssl.org/) -* [RocksDB](http://rocksdb.org/) +* [RocksDB](http://rocksdb.org/) if you plan to dynamically link RocksDB you must use [the following fork](https://github.com/restatedev/rocksdb/tree/restate) until [this PR](https://github.com/facebook/rocksdb/pull/12968) is merged into the upstream * [Protobuf compiler](https://grpc.io/docs/protoc-installation/) version >= 3.15 Optionally, you can install [just](https://github.com/casey/just) to make use of our [justfile](https://github.com/restatedev/restate/blob/main/justfile).