summaryrefslogtreecommitdiffstats
path: root/src/rocksdb/examples/README.md
blob: f4ba2384b8fdc240ee7c5b563b757a48d948a2dd (plain)
1
2
1. Compile RocksDB first by executing `make static_lib` in parent dir
2. Compile all examples: `cd examples/; make all`