Skip to content

Commit

Permalink
Fix the format in INSTALL.md
Browse files Browse the repository at this point in the history
  • Loading branch information
liukai committed Nov 20, 2013
1 parent f5acb2e commit db2e261
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 @@ -27,8 +27,8 @@ libraries. You are on your own.
* Install bzip2: `sudo apt-get install libbz2-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).
# Install via [homebrew](http://brew.sh/).
* Update XCode: run `xcode-select --install` (or install it from XCode App's settting).
* Install via [homebrew](http://brew.sh/).
* If you're first time developer in MacOS, you still need to run: `xcode-select --install` in your command line.
* run `brew tap homebrew/dupes; brew install gcc47 --use-llvm` to install gcc 4.7 (or higher).
* Install zlib, bzip2 and snappy libraries for compression.
Expand Down

0 comments on commit db2e261

Please sign in to comment.