mirror of
https://github.com/facebook/rocksdb.git
synced 2024-11-26 16:30:56 +00:00
120 B
120 B
- Compile RocksDB first by executing
make static_lib
in parent dir - Compile all examples:
cd examples/; make all