@@ -26,11 +26,7 @@ Feedback and pull requests welcome! If a particular feature of RocksDB is impor
...
@@ -26,11 +26,7 @@ Feedback and pull requests welcome! If a particular feature of RocksDB is impor
First, use your system's package manager to install snappy. This is optional, but lets rocksdb take advantage of better compression, and some code may require it.
First, use your system's package manager to install snappy. This is optional, but lets rocksdb take advantage of better compression, and some code may require it.
```bash
To install rocksdb, please refer to it's installation guide. For Windows users, please make sure you configure rocksdb with `CMAKE_WINDOWS_EXPORT_ALL_SYMBOLS` enabled.