rocksdb/examples/README.md

3 lines
120 B
Markdown
Raw Normal View History

2015-12-16 15:27:37 +00:00
1. Compile RocksDB first by executing `make static_lib` in parent dir
2. Compile all examples: `cd examples/; make all`