Skip to content

Commit

Permalink
fixed misses on Centos library installation instructions
Browse files Browse the repository at this point in the history
Summary:
Following the instructions on INSTALL.md,
I found some errors while installing gflags and zstandard libraries on Centos and fixed them.
Thanks :)
Closes facebook#2077

Differential Revision: D4820804

Pulled By: ajkr

fbshipit-source-id: db4abb3
  • Loading branch information
edoogie authored and facebook-github-bot committed Apr 3, 2017
1 parent 88cc81d commit 72e6000
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,8 @@ makes use of SSE4, add 'USE_SSE=1' before your make commands, like this: `USE_SS
* Install gflags:

git clone https://github.com/gflags/gflags.git
git checkout v2.0
cd gflags
git checkout v2.0
./configure && make && sudo make install

* Install snappy:
Expand All @@ -83,7 +83,7 @@ makes use of SSE4, add 'USE_SSE=1' before your make commands, like this: `USE_SS
* Install zstandard:

wget https://github.com/facebook/zstd/archive/v1.1.3.tar.gz
mv v1.1.3.tar.gz zstandard-1.1.3.tar.gz
mv v1.1.3.tar.gz zstd-1.1.3.tar.gz
tar zxvf zstd-1.1.3.tar.gz
cd zstd-1.1.3
make && sudo make install
Expand Down

0 comments on commit 72e6000

Please sign in to comment.