Skip to content

Commit 43d073d

Browse files
committed
Cleaning up INSTALL.md -- there were two occurrences of gflags
1 parent 96bc3ec commit 43d073d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

INSTALL.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,13 @@ libraries. You are on your own.
1919

2020
* **Linux**
2121
* Upgrade your gcc to version at least 4.7 to get C++11 support.
22-
* Install gflags. If you're on Ubuntu, here's a nice tutorial:
22+
* Install gflags. First, try: `sudo apt-get install libgflags-dev`.
23+
If this doesn't work and you're using Ubuntu, here's a nice tutorial:
2324
(http://askubuntu.com/questions/312173/installing-gflags-12-04)
2425
* Install snappy. This is usually as easy as:
2526
`sudo apt-get install libsnappy-dev`.
2627
* Install zlib. Try: `sudo apt-get install zlib1g-dev`.
2728
* Install bzip2: `sudo apt-get install libbz2-dev`.
28-
* Install gflags: `sudo apt-get install libgflags-dev`.
2929
* **OS X**:
3030
* Install latest C++ compiler that supports C++ 11:
3131
* Update XCode: run `xcode-select --install` (or install it from XCode App's settting).

0 commit comments

Comments
 (0)