From 7d3b51b8735897ab388fa655e8b1d8126800422c Mon Sep 17 00:00:00 2001 From: Ted Date: Thu, 23 Apr 2015 14:08:39 -0400 Subject: [PATCH] Update README.md Ensures OpenMP support --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bcdea8c17..1cd60307a 100644 --- a/README.md +++ b/README.md @@ -54,7 +54,7 @@ Build * Windows(VS 2010): see [windows](windows) folder - In principle, you put all the cpp files in the Makefile to the project, and build * OS X: - - For users who want OpenMP support using [Homebrew](http://brew.sh/), run ```brew update``` (ensures that you install gcc-4.9 or above) and ```brew install gcc```. Once it is installed, edit [Makefile](Makefile/) by replacing: + - For users who want OpenMP support using [Homebrew](http://brew.sh/), run ```brew update``` (ensures that you install gcc-4.9 or above) and ```brew install gcc --without-multilib```. Once it is installed, edit [Makefile](Makefile/) by replacing: ``` export CC = gcc export CXX = g++