rocksdb/examples/README.md
2015-12-16 16:27:37 +01:00

120 B

  1. Compile RocksDB first by executing make static_lib in parent dir
  2. Compile all examples: cd examples/; make all