Compiling fluidsynth-1.0.8 on Mac OS X.5 (Leopard)
-----------------------------------------------------------------------
Requirements:
- "XcodeTools.mpkg","DevSDK.pkg", "CoreAudioSDK.pkg" packages (The Leopard Install DVD).

- Fink installation <http://fink.sourceforge.net>

- libgnugetopt and readline from fink: e.g. "fink install libgnugetopt"

- midishare-1.92-macosx <http://midishare.sourceforge.net>

- Jack OSX version 0.74  <http://www.jackosx.com>
        
1. Edit the "/usr/local/lib/pkgconfig/jack.pc" file using your favorite Unix editor:
        In the "Libs" line, replace "ljack" with "-framework Jack"
        
2. cd to the fluidsynth directory and in the configure script, substitute "-lmidishare" with "-framework MidiShare".

3. Run configure with the following options (all on one line in a text editor, then copy and paste into Terminal):
PKG_CONFIG_PATH=/usr/local/lib/pkgconfig ./configure --enable-midishare --disable-lash

This should result in
**************************************************************
Summary:
ALSA:                  no
OSS:                   no
MidiShare:             yes
JACK:                  yes
CoreAudio:             yes
LADSPA support:        no
LASH support:          no
LADCCA support:        no
Readline:              yes
Profiling:             no
Debug:                 no
Trap on FPE (debug):   no
Check FPE (debug):     no
**************************************************************

4. make && make install as root
 
Ebrahim Mayat <emayat@users.sourceforge.net>
12th November 2007

