Skip to content

Commit

Permalink
Add a mention of RocksDB fork in the local-development guide
Browse files Browse the repository at this point in the history
  • Loading branch information
myypo authored and tillrohrmann committed Dec 23, 2024
1 parent 2178a2e commit 74a4c26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/dev/local-development.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).
Expand Down

0 comments on commit 74a4c26

Please sign in to comment.