Reprise modifs ld
[minwii.git] / src / install.txt
1 = fluidsynth osx =
2
3 install midishare
4 http://midishare.sourceforge.net/ (grame !)
5
6 svn co https://fluidsynth.svn.sourceforge.net/svnroot/fluidsynth/trunk/fluidsynth@
7 cd fluidsynth
8
9 patch :
10
11 pin./fluidsynth$ svn diff autogen.sh
12 Index: autogen.sh
13 ===================================================================
14 --- autogen.sh (révision 282)
15 +++ autogen.sh (copie de travail)
16 @@ -5,7 +5,7 @@
17
18 pkg-config --version > /dev/null \
19 && aclocal \
20 - && libtoolize -f \
21 + && glibtoolize -f \
22 && autoheader \
23 && autoconf \
24 && automake -a
25
26 $ ./autogen.sh
27 $ ./configure
28
29 résultat :
30 **************************************************************
31 Summary:
32 libsndfile: no (raw audio file rendering only)
33 PulseAudio: no
34 JACK: no
35 ALSA: no
36 PortAudio: no
37 OSS: no
38 MidiShare: no
39 CoreAudio: yes
40 CoreMIDI: yes
41 LADSPA support: no
42 LASH support: no
43 LADCCA support: no
44 OS/2 DART support: no
45 Audio to file driver: yes
46 Readline: yes (NOTE: GPL library)
47 Profiling: no
48 Debug: no
49 Trap on FPE (debug): no
50 Check FPE (debug): no
51 **************************************************************
52
53 $ make
54 $ sudo make install