Previous: Compiling with MinGW on Windows XP, Up: Specific installation examples
These random notes might be useful for OS X users.
On MacOS X and when using Qt-4.3.0 or higher, you must add:
export QMAKESPEC=/usr/local/Qt4.3/mkspecs/macx-g++/
to your ~/.profile or ~/.bash_profile and then close (and re-open) your terminal window before compiling Marsyas.
When trying to record audio, the sample rate must be specified explicitly:
pnet->addMarSystem(mng.create("AudioSource", "srcRec"));
pnet->updctrl("mrs_real/israte", 44100.0);
pnet->updctrl("AudioSource/srcRec/mrs_bool/initAudio", true);
These instructions have been tested on OS X 10.5.8 and MATLAB_R2009a.
export MATLAB="/Applications/MATLAB_R2009a.app"
export DYLD_LIBRARY_PATH=$MATLAB/bin/maci/:$MATLAB/sys/os/maci/:$DYLD_LIBRARY_PATH