Replies: 1 comment 2 replies
-
Fluidsynth doesn't have an "Autotools builder". The one and only build system is CMake. And this already provides various options to compile a hilghly customized, stripped down version of fluidsynth. I don't know, to which "tools" you are referring. By default, fluidsynth's library and the executable are compiled. Demos and unit tests are only compiled when explicitly asked for. Hence, it is not really clear to me what you're asking for particularly.
The MIDI sequencer is an integral part of fluidsynth that has no special dependencies. Stripping it away would mean to make severe parts of fluidsynth API inoperateable. This won't happen.
See the
? |
Beta Was this translation helpful? Give feedback.
-
Currently, both CMake
and Autotoolsbuilder do always produce builds of both library and executable, and I didn't find any settings to disable build of executable, audio output and all related configure checks. For several purposes (such as making portable applications, games, mobile applications, etc.), it's possible to take a copy of the repository and build the library together with the main application in the same package. In such cases, included demo/helper tools were usually disabled as they are totally unneeded for application use, and there is no reason to build them. There is around the stripped fork of FluidSynth called FluidLite, but it doesn't seem to make any major progress for a while.EDIT: clarified the paragraph above
And I think, would be cool to allow build scripts to build the:
What do you think?
Beta Was this translation helpful? Give feedback.
All reactions