-
Notifications
You must be signed in to change notification settings - Fork 59
Compiling
jgoppert edited this page Apr 6, 2012
·
26 revisions
JSBSim currently has been compiled on the following platforms. Please follow the links below for further instructions on that platform.
vi /opt/local/etc/macports/macports.conf
Set universal architectures:
universal_arches = i386 ppc x86_64
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