Skip to content

Commit

Permalink
Update readme to use the main branch of facebook/rocksdb
Browse files Browse the repository at this point in the history
  • Loading branch information
acelyc111 committed Nov 14, 2023
1 parent c219b6b commit b9e9761
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
The `AESEncryptionProvider` of `EncryptionFileSystem` is an encryption plugin for RocksDB. It depends on OpenSSL to show how an external plugin can bring its dependencies into the RocksDB build. It provides a factory function in a header file to show integration with RocksDB header includes. It can also be enabled in text-based options to demonstrate use of the static registration framework.

## Build
Download the RocksDB code from the official repository. Currently, version 8.5.3 is used as the benchmark for testing.
Download the RocksDB code from the official repository.

```
git clone --depth 1 --branch v8.5.3 https://github.com/facebook/rocksdb.git
git clone --depth 1 https://github.com/facebook/rocksdb.git
```

The code first needs to be linked under RocksDB's `plugin/` directory. In your RocksDB directory, run:
Expand Down

0 comments on commit b9e9761

Please sign in to comment.