From 06844ab381e2a13862c07676e1c4a29cf1a0bb6a Mon Sep 17 00:00:00 2001 From: Kangmo Kim Date: Tue, 26 Nov 2013 16:30:52 +0900 Subject: [PATCH] Added missing component : gflags in Linux platform. Added missing component : gflags in Linux platform. --- INSTALL.md | 1 + 1 file changed, 1 insertion(+) diff --git a/INSTALL.md b/INSTALL.md index f56323eee..ed1cbfba1 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -25,6 +25,7 @@ libraries. You are on your own. `sudo apt-get install libsnappy-dev`. * Install zlib. Try: `sudo apt-get install zlib1g-dev`. * Install bzip2: `sudo apt-get install libbz2-dev`. + * Install gflags: `sudo apt-get install libgflags-dev`. * **OS X**: * Install latest C++ compiler that supports C++ 11: * Update XCode: run `xcode-select --install` (or install it from XCode App's settting).