Skip to content

Build Instructions for OS X

Simon Fuhrmann edited this page Feb 17, 2016 · 33 revisions

Wiki HomeMVE Users GuideBuild Instructions for OS X

General build instructions

Toubleshooting

  • libgomp not found?
  • Remove the OPENMP=-fopenmp line from Makefile.inc
  • Alternative: Temporary export OPENMP="" in your shell
  • Problems with qmake?
  • Use brew link --force qt5 or try brew linkapps qt5
  • Add /usr/local/bin and/or /usr/local/opt/qt5/bin to /etc/paths
  • Maybe add /usr/local/opt/qt5/lib to your LIBRARY_PATH