On Saturday 10 March 2012, Antoine Schmitt wrote:
Hi list,
I'm currently porting my fluidsynth Xtra (name for Adobe Director
plugin, i.e. a shared library that is dynamically loaded into the
final executable) to fluidsynth 1.1.5. Previously, it was on 1.0.7.
(visible on www.schmittmachine.com/flu
Hi,
for jOrgan I use homebrew to build Fluidsynth on OS X:
http://sourceforge.net/apps/trac/fluidsynth/wiki/BuildingWithCMake#BuildingonOSX
I then use install_name_tool to tweak the loader_path of all
dependencies. This allows me to bundle all required libraries into my
application.
H
On Sunday 11 March 2012, R.L. Horn wrote:
> ./configure --without-readline
> ./configure --disable-dbus-support
> ./configure --disable-libsndfile-support
The auto-tools build system for FluidSynth is deprecated. The cmake build
system has equivalent options:
cmake -Denable-readline=off -Denabl