diff options
Diffstat (limited to 'src/rocksdb/examples/README.md')
-rw-r--r-- | src/rocksdb/examples/README.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/rocksdb/examples/README.md b/src/rocksdb/examples/README.md new file mode 100644 index 000000000..f4ba2384b --- /dev/null +++ b/src/rocksdb/examples/README.md @@ -0,0 +1,2 @@ +1. Compile RocksDB first by executing `make static_lib` in parent dir +2. Compile all examples: `cd examples/; make all` |