Re: [fluid-dev] Building libfluidsynth to include in python package (Tom M.)

2020-03-14 Thread Roberto Panerai Velloso
of fluid-dev digest..." > > > Today's Topics: > >1. Re: Building libfluidsynth to include in python package (Tom M.) > > > -- > > Message: 1 > Date: Sat, 14 Mar 2020 08:53:56 +0100 > From:

Re: [fluid-dev] Building libfluidsynth to include in python package

2020-03-14 Thread Tom M. via fluid-dev
Marc, please make sure to include the mailing list when replying. On 3/13/2020 7:43 PM - Marc Evanstein wrote: > > Hi Tom -- thanks for your response. > > I'm a little unclear: how would I produce something like the prebuilt > windows binaries that you linked to when building from source? (The > p

Re: [fluid-dev] Building libfluidsynth to include in python package

2020-03-13 Thread Tom M. via fluid-dev
At least for Windows and Mac bundling prebuilt binaries would be a possible way to go. On Linux however you should advise people to install the required packaged via the package manager of their respective distribution. To get an imagination on how and which libs you need to bundle, see the pre

[fluid-dev] Building libfluidsynth to include in python package

2020-03-12 Thread Marc Evanstein
Hi all, I've been building a python framework for algorithmic composition, and it uses fluidsynth via a slightly tweaked version of the pyfluidsynth bindings. I'm trying to make it as easy as possible for users to install my framework (via python's pip package manager) and get it up and runni