Skip to content

Commit

Permalink
refs b1naryth1ef#2 Improve rocksdb dependency documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
truedat101 committed May 25, 2018
1 parent ca29c2a commit e64927e
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 @@ -6,9 +6,9 @@ A straightforward binding to RocksDB v5.0.1 in D-lang.

You need a valid rocksdb library in the root of this project so your linker can find it. It is recommended to use a recent version of rocksdb, tested with

- facebook-rocksdb-v5.12.4
- facebook-rocksdb-v5.12.4 (https://github.com/facebook/rocksdb/archive/v5.12.4.tar.gz)

Note: Windows rocksdb is functional, recommendation is to use vcpkg to build rocks first, and copy your rocksdb-shared.dll into the root of this project.
Note: Windows rocksdb will work and recommendation is to use vcpkg to build rocks first, and copy your rocksdb-shared.dll into the root of the parent project.

## Testing

Expand Down

0 comments on commit e64927e

Please sign in to comment.