Commit 43d073d 1 parent 96bc3ec commit 43d073d Copy full SHA for 43d073d
File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -19,13 +19,13 @@ libraries. You are on your own.
19
19
20
20
* ** Linux**
21
21
* 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:
23
24
(http://askubuntu.com/questions/312173/installing-gflags-12-04 )
24
25
* Install snappy. This is usually as easy as:
25
26
` sudo apt-get install libsnappy-dev ` .
26
27
* Install zlib. Try: ` sudo apt-get install zlib1g-dev ` .
27
28
* Install bzip2: ` sudo apt-get install libbz2-dev ` .
28
- * Install gflags: ` sudo apt-get install libgflags-dev ` .
29
29
* ** OS X** :
30
30
* Install latest C++ compiler that supports C++ 11:
31
31
* Update XCode: run ` xcode-select --install ` (or install it from XCode App's settting).
You can’t perform that action at this time.
0 commit comments