-
Notifications
You must be signed in to change notification settings - Fork 419
Build Instructions for OS X
simonfuhrmann edited this page Oct 7, 2014
·
33 revisions
Wiki Home ▸ The 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 qt5
- 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
? - Use
brew link --force qt5
- Add
/usr/local/bin
to/etc/paths