Skip to content

Commit

Permalink
Add a notice on gflags installation in INSTALL.md
Browse files Browse the repository at this point in the history
Summary:
Add a notice on gflags installation to help people build and install
RocksDB from source code correctly.
Please see facebook#1775
Closes facebook#2061

Differential Revision: D4831323

Pulled By: yiwu-arbug

fbshipit-source-id: 0df1f0e
  • Loading branch information
JevonQ authored and facebook-github-bot committed Apr 4, 2017
1 parent 43010a9 commit a12306f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,10 @@ makes use of SSE4, add 'USE_SSE=1' before your make commands, like this: `USE_SS
git checkout v2.0
./configure && make && sudo make install

**Notice**: Once installed, please add the include path for gflags to your CPATH env var and the
lib path to LIBRARY_PATH. If installed with default settings, the lib will be /usr/local/lib
and the include path will be /usr/local/include.

* Install snappy:

wget https://github.com/google/snappy/releases/download/1.1.4/snappy-1.1.4.tar.gz
Expand Down

0 comments on commit a12306f

Please sign in to comment.