From 7069be73378a912871aa93e363a89b600e517cb2 Mon Sep 17 00:00:00 2001 From: cescalante-carecloud Date: Thu, 6 Feb 2014 11:42:37 -0500 Subject: [PATCH] Update README.md --- README.md | 22 ++++++++++++---------- 1 file changed, 12 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 162e7d5d..b15aec4d 100644 --- a/README.md +++ b/README.md @@ -69,19 +69,21 @@ or installation is required). For an introduction on writing your own applications, read [Creating-GraphChi-Applications](https://github.com/GraphChi/graphchi-cpp/wiki/Creating-GraphChi-Applications). -### Problems compiling on Mac +### Compiling on Mac -If compiler complains about missing "omp.h" (OpenMP library), here is a way you can install it: +1. Change directory to graphchi: `cd graphchi-cpp` +- Install graphchi: `bash install.sh` -(Contributed by Jose Pablo Gonzalez): -1) Install homebrew ( http://brew.sh ) -2) brew tap homebrew/versions -3) Install a compiler: -brew install apple-gcc42 -4) Modify the Makefile to use the new compiler: -CPP = g++-4.2 -5) make + _If compiler complains about missing the "omp.h" (OpenMP library)*:_ +- [Install homebrew](http://brew.sh) +- `brew tap homebrew/versions` +- Install a compiler: +`brew install apple-gcc42` +- Modify the Makefile to use the new compiler: +`CPP = g++-4.2` +- `make` +*Contributed by Jose Pablo Gonzalez ## How GraphChi works