-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Please add documentation for version of rocksdb supported #2
Comments
No reply, I will try to figure out which api / release of rocksdb this is tied to. |
The reason for the question is because of linker errors, likely because of the version of the rocksdb.lib used. |
Issue seems to be with ldc2, windows, linker, and using static library (need to force to use rocksdb-shared.dll). The typical windows rocksdb builds produce a library called rocksdb-shared.dll, not rocksdb.dll. To simplify deployment or hitting this rough patch, I'll produce a pull request with an approach for handling posix and windows libraries. |
…g, update docs Docs need to include a few details about building and testing.
Presumably this version of rocksdb-d was built to a particular api version of rocksdb or particular tagged release. Please document which version if relevant.
The text was updated successfully, but these errors were encountered: