|
From: James T. <ja...@fl...> - 2024-01-04 11:32:47
|
> On 4 Jan 2024, at 11:24, Benedikt Hallinger <be...@ha...> wrote: > > libmumble is currently not shipped by distros afaik. And also there is no cmake config, at least i didnt found one. > In which case, can you point me at official mumble repo, I can take a look and make a judgement which integration approach will be lowest pain? 99% the lowest pain is to include a copy of libmumble into our 3rdparty directory which is very good for Fg developers but places the obligation on us to incorporate new versions of the code periodically. So long as the dependency code is in maintenance mode (eg iax or Flite) this works fine, if the upstream code is rapidly changing with new releases every few months, it would make less sense. > And of course we do not want a standalone client (that is already existing); when I wrote about „client“ I meant in the sense of „mumble-client“ as in „client/server“. > Tanks for pointing that out and clarify. No worries, I just wanted to confirm :) Kind regards, James |