= fluidsynth osx =

install midishare
http://midishare.sourceforge.net/ (grame !)

svn co https://resonance.org/svn/fluidsynth/trunk/fluidsynth
cd fluidsynth

patch :

pin./fluidsynth$ svn diff autogen.sh 
Index: autogen.sh
===================================================================
--- autogen.sh	(révision 282)
+++ autogen.sh	(copie de travail)
@@ -5,7 +5,7 @@
 
 pkg-config --version > /dev/null    \
  && aclocal                         \
- && libtoolize -f                   \
+ && glibtoolize -f                   \
  && autoheader                      \
  && autoconf                        \
  && automake -a

$ ./autogen.sh 
$ ./configure

résultat :
**************************************************************
Summary:
libsndfile:            no (raw audio file rendering only)
PulseAudio:            no
JACK:                  no
ALSA:                  no
PortAudio:             no
OSS:                   no
MidiShare:             no
CoreAudio:             yes
CoreMIDI:              yes
LADSPA support:        no
LASH support:          no
LADCCA support:        no
OS/2 DART support:     no
Audio to file driver:  yes
Readline:              yes (NOTE: GPL library)
Profiling:             no
Debug:                 no
Trap on FPE (debug):   no
Check FPE (debug):     no
**************************************************************

$ make
$ sudo make install