Skip to content

Build Instructions for OS X

simonfuhrmann edited this page Apr 28, 2012 · 33 revisions
  • Downloaded Git from http://git-scm.com/
  • Got MVE: git clone git://github.com/simonfuhrmann/mve.git
  • Installed MacOS X Developer Tools (latest Command Line Tools for XCode)
  • Downloaded from https://developer.apple.com/downloads/
  • Added include path -I/usr/X11/include to libs/mve/Makefile (for libpng)
  • Installed homebrew
  • Downloaded from http://mxcl.github.com/homebrew/
  • Installed packages libjpeg, libtiff, glew (for OpenGL)
  • Installed Qt (for UMVE)
  • Downloaded from http://qt.nokia.com/downloads
  • Selected only QtCreator and latest Qt Libraries 4.7
  • Added qmake to $PATH: export PATH=$PATH:$HOME/QtSDK/Desktop/Qt/474/gcc/bin/
  • Build MVE and UMVE
  • cd mve; make
  • cd apps/umve; qmake; make