From a12306fab7701284fab6c7dfe2a8f6ca74f45d94 Mon Sep 17 00:00:00 2001 From: Jevon Qiao Date: Tue, 4 Apr 2017 16:24:08 -0700 Subject: [PATCH] Add a notice on gflags installation in INSTALL.md Summary: Add a notice on gflags installation to help people build and install RocksDB from source code correctly. Please see https://github.com/facebook/rocksdb/issues/1775 Closes https://github.com/facebook/rocksdb/pull/2061 Differential Revision: D4831323 Pulled By: yiwu-arbug fbshipit-source-id: 0df1f0e --- INSTALL.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/INSTALL.md b/INSTALL.md index 384c98a17..52055916c 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -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