Skip to content
jgoppert edited this page Apr 6, 2012 · 13 revisions

Install macports

http://www.macports.org/

Edit macports config

vi /opt/local/etc/macports/macports.conf

Set universal architectures:

universal_arches = i386 ppc x86_64

Install dependencies

Grab a newer gcc compiler first:

sudo port install gcc44 +universal

Then install dependencies:

sudo port install OpenSceneGraph-devel +universal sudo port install qt4-mac-devel +universal