update READMEs

This commit is contained in:
derselbst 2018-06-15 18:38:21 +02:00
parent 876af08d2f
commit 18917840b7
2 changed files with 6 additions and 79 deletions

View file

@ -1,80 +1,3 @@
fluidsynth-1.1.2 on Mac OS X This file is obsolete and may be removed in the future. For tips building fluidsynth on MacOSX please see our wiki for the latest information:
-----------------------------------------------------------------------
fluidsynth-1.1.2 can be installed in three ways on your Apple computer:
A. Compilation and installation by hand using autotools
-------------------------------------------------------
Requirements:
- "XcodeTools.mpkg","DevSDK.pkg", "CoreAudioSDK.pkg" packages (The Leopard/Snow Leopard Install DVD)
- Fink installation <http://fink.sourceforge.net>
- libgnugetopt, readline5, libflac8-dev, libsndfile1-dev and glib2-dev from fink: e.g. "fink install libgnugetopt"
- MIDI Patchbay 1.0.3 <http://www.apple.com/downloads/macosx/audio/index6.html>
- Optional: JackOSX.0.85*.pkg.zip <http://www.jackosx.com>
1. Run configure && make:
$ PKG_CONFIG_PATH=/usr/local/lib/pkgconfig ./configure && make
2. make install as superuser
B. Compilation and installation by hand using cmake
---------------------------------------------------
Requirements:
- "XcodeTools.mpkg","DevSDK.pkg", "CoreAudioSDK.pkg" packages (The Leopard/Snow Leopard Install DVD)
- Fink installation <http://fink.sourceforge.net>
- libgnugetopt, readline5, libflac8-dev, libsndfile1-dev, glib2-dev, dbus1.3-dev and cmake from fink: e.g. "fink install libgnugetopt"
- MIDI Patchbay 1.0.3 <http://www.apple.com/downloads/macosx/audio/index6.html>
- Optional: JackOSX.0.85*.pkg.zip <http://www.jackosx.com>
1. Run cmake from the newly-created "build" folder:
$ mkdir build ; cd build ; cmake .. -DCMAKE_INSTALL_PREFIX=/usr/local ; make
where "/usr/local" could be replaced by the PREFIX of your choice.
2. make install as superuser
C. Compilation and installation of the fink fluidsynth package
--------------------------------------------------------------
Note: The fink fluidsynth package is currently at version 1.1.1. The update will become available some time after the source tarball for version 1.1.2 becomes
officially available on http://fluidsynth.sourceforge.net
Requirements:
- "XcodeTools.mpkg","DevSDK.pkg", "CoreAudioSDK.pkg" packages (The Leopard/Snow Leopard Install DVD)
- Fink installation <http://fink.sourceforge.net>
- MIDI Patchbay 1.0.3 <http://www.apple.com/downloads/macosx/audio/index6.html>
In Terminal.app simply type $ fink install fluidsynth
and the fink fluidsynth package automatically installs its dependencies.
C. Running fluidsynth
______________________
$ fluidsynth -a SOUND_DRIVER -j -m coremidi where the SOUND_DRIVER is either "jack" or "coreaudio" (in order to run the coreaudio sound driver replace the "-a jack -j" options with "-a coreaudio")
In order to run another instance of fluidsynth, open another terminal window:
$ fluidsynth -a SOUND_DRIVER [-j] -m coremidi -p name_of_instance
Connect MIDI I/O devices using MIDI Patchbay
Ebrahim Mayat <emayat@users.sourceforge.net>
12th August 2010
https://github.com/FluidSynth/fluidsynth/wiki/BuildingWithCMake#building-on-os-x

View file

@ -20,6 +20,10 @@ can also play midifiles using a Soundfont.
The place to look if you are looking for the latest information on The place to look if you are looking for the latest information on
FluidSynth is the web site at http://www.fluidsynth.org/. FluidSynth is the web site at http://www.fluidsynth.org/.
For documentation, please [see the links below](#documentation).
For information on how to build FluidSynth from source, please [see our wiki page](https://github.com/FluidSynth/fluidsynth/wiki/BuildingWithCMake).
## Why did we do it ## Why did we do it