mirror of https://github.com/facebook/rocksdb.git
0d5dc5fdb9
Summary: Pull Request resolved: https://github.com/facebook/rocksdb/pull/10825 Reviewed By: akankshamahajan15 Differential Revision: D40419234 Pulled By: ajkr fbshipit-source-id: 2d700154eb5b2943d10a0f944f2b414ece353e4a |
||
---|---|---|
.. | ||
.gitignore | ||
CMakeLists.txt | ||
Makefile | ||
README.md | ||
c_simple_example.c | ||
column_families_example.cc | ||
compact_files_example.cc | ||
compaction_filter_example.cc | ||
multi_processes_example.cc | ||
optimistic_transaction_example.cc | ||
options_file_example.cc | ||
rocksdb_backup_restore_example.cc | ||
rocksdb_option_file_example.ini | ||
simple_example.cc | ||
transaction_example.cc |
README.md
- Compile RocksDB first by executing
make static_lib
in parent dir - Compile all examples:
cd examples/; make all