Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
RocksDB は facebook によって作成されたキー/値データベースであり、非常にうまく機能しますが、製品版のインストール方法に関するドキュメントがありません。
以下のコードは Ubuntu 16.04 で正常に動作し、支援するためにここに配置されました
git clone https://github.com/facebook/rocksdb.git cd rocksdb DEBUG_LEVEL=0 make shared_lib install-shared export LD_LIBRARY_PATH=/usr/local/lib
お役に立てれば。
ケンパー