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