sudo apt-get install -y libgflags-dev libsnappy-dev zlib1g-dev libbz2-dev libzstd-dev
git clone https://github.com/facebook/rocksdb.git
cd rocksdb/
make all
Created
May 27, 2017 16:06
-
-
Save diegopacheco/e8ccd6e719628e30a2ad0de3cc60234c to your computer and use it in GitHub Desktop.
How to install RocksDB on Ubuntu Linux 16.04 LTS
This is super helpful!! Just one package liblz4-dev
missing, according to current INSTALL.md.
As reported by @hu38, for those who still experience package missing error, you need to do this:
sudo apt install liblz4-dev
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello friend. How am I sure that Rocksdb is installed? I am on Ubuntu 17. Everything is update, and I want to install Rocksdb to install GoRocksdb, but it returns that there was no rocksdb.h in the directory. I want to make sure the problem is that Rocksdb is not installed. Thank you, Diego.