Skip to content

Build Instructions for OS X

Fabian Langguth edited this page Apr 18, 2017 · 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?
  • Add /usr/local/bin and/or /usr/local/opt/qt/bin to /etc/paths
  • Maybe add /usr/local/opt/qt/lib to your LIBRARY_PATH