Compiling fluidsynth-1.0.7 on Mac OS X.4 (Tiger)
--------------------------------------------
Requirements:
- "XcodeTools.mpkg","DevSDK.pkg", "CoreAudioSDK.pkg" packages (The Tiger Install DVD).

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

- libgnugetopt-1.2, readline-4.3, ladspa-1.12 and ladspa-cmt-1.15 from fink: e.g. "fink install libgnugetopt"

- MidiShare-1.87 for Mac OS X <http://www.grame.fr/MidiShare/>

 - Jack-0.51 for Mac OS X <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 --enable-ladspa --enable-functioncheck --enable-debug --enable-profiling --enable-jack-support --enable-longlong --disable-lash "CPPFLAGS=-I/usr/local/include -I/sw/include -I/System/Library/Frameworks/MidiShare.framework/Versions/A/Headers -I/System/Library/Frameworks/CoreAudio.framework/Versions/A/Headers -I/Library/Frameworks/Jack.framework/Headers" "LDFLAGS=-L/usr/local/lib -L/sw/lib -framework MidiShare -framework CoreAudio -framework Jack"

This should result in
**************************************************************
Summary:
ALSA:                  no
OSS:                   no
MidiShare:             yes
JACK:                  yes
CoreAudio:             yes
LADSPA support:        yes
LASH support:          no
LADCCA support:        no
Readline:              yes
Debug:                 yes
Profiling:             yes
use long long:         yes
**************************************************************

4. make && make install as root
 
Ebrahim Mayat <emayat@users.sourceforge.net>
20th February 2006

