Skip to content

Commit

Permalink
Merge pull request facebook#16 from Kangmo/patch-1
Browse files Browse the repository at this point in the history
Added missing component : gflags in Linux platform.
Thank you Kangmo!
  • Loading branch information
liukai committed Nov 26, 2013
2 parents fd4eca7 + 06844ab commit e60dde7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).
Expand Down

0 comments on commit e60dde7

Please sign in to comment.