Skip to content

Commit

Permalink
nits
Browse files Browse the repository at this point in the history
  • Loading branch information
Bryan Kate committed Apr 9, 2014
1 parent c26d6e6 commit 326aa30
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ Pequod builds on Linux and Mac OSX. To build:
$ ./configure
$ make

Pequod requires a C++11 compatible compiler, and Apple-supplied compiler might
not be suitable for building. To use an alternate compiler (such as one
Pequod requires a C++11 compatible compiler, and the Apple-supplied compiler might
not be suitable for building on OSX. To use an alternate compiler (such as one
installed with `homebrew`), specify the `CXX` variable at configuration time:

$ ./configure CXX='g++-4.8 -std=gnu++11'
Expand Down

0 comments on commit 326aa30

Please sign in to comment.