Skip to content
Snippets Groups Projects
Unverified Commit e91ac1f8 authored by Abhiram R's avatar Abhiram R Committed by GitHub
Browse files

Added liblz4-dev as a package to be installed

parent 00b85d15
No related branches found
No related tags found
No related merge requests found
......@@ -17,7 +17,7 @@ Quick install for debian/ubuntu like linux distributions.
.. code-block:: bash
$ apt-get install build-essential libsnappy-dev zlib1g-dev libbz2-dev libgflags-dev
$ apt-get install build-essential libsnappy-dev zlib1g-dev libbz2-dev libgflags-dev liblz4-dev
$ git clone https://github.com/facebook/rocksdb.git
$ cd rocksdb
$ mkdir build && cd build
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment