From fd65a4ebf95a4ab4921dea29d8f578e5301a61a3 Mon Sep 17 00:00:00 2001 From: pin Date: Thu, 11 Feb 2010 13:02:05 +0000 Subject: [PATCH] ajout install.txt : comment installer fluidsynth sur osx git-svn-id: https://svn.cri.ensmp.fr/svn/minwii/trunk@24 fe552daf-6dbe-4428-90eb-1537e0879342 --- src/install.txt | 54 +++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 54 insertions(+) create mode 100644 src/install.txt diff --git a/src/install.txt b/src/install.txt new file mode 100644 index 0000000..ea51bd6 --- /dev/null +++ b/src/install.txt @@ -0,0 +1,54 @@ += 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 -- 2.20.1