GraphChi / graphchi-cpp

GraphChi's C++ version. Big Data - small machine.
https://www.usenix.org/system/files/conference/osdi12/osdi12-final-126.pdf
800 stars 311 forks source link

Edited 'Compiling on a Mac' section of the README.md #12

Open cescalante-carecloud opened 10 years ago

cescalante-carecloud commented 10 years ago

Made it easier to read and more foolproof

kirmorozov commented 10 years ago

I used MacPorts to install compiler:

$ port install gcc48

then referenced /opt/local/bin/g++-mp-4.8 as CPP and CXX in Makefiles It worked for me.