-
Notifications
You must be signed in to change notification settings - Fork 419
Build Instructions for OS X
Fabian Langguth edited this page Apr 18, 2017
·
33 revisions
Wiki Home ▸ MVE Users Guide ▸ Build Instructions for OS X
- Install MacOSX Command Line Tools for XCode (from https://developer.apple.com/downloads/)
- Install homebrew (from http://mxcl.github.com/homebrew/)
brew install git libpng jpeg libtiff qt
brew link --force qt
- Clone MVE repository
git clone git://github.com/simonfuhrmann/mve.git
- Build MVE and UMVE
cd mve; make
cd apps/umve; qmake; make; ./umve
-
libgomp
not found? - Remove the
OPENMP=-fopenmp
line fromMakefile.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 yourLIBRARY_PATH