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