Re: [fluid-dev] Building fluid synth on MACOS

2024-03-20 Thread Hamish Moffatt
I build it with the default generator and I have no issues, though I haven't tried the very latest versions. You can also get vcpkg to build it and the dependencies for you. Or brew (but you may have trouble reusing that build on other systems, if you need that). Hamish Sent from Nine

[fluid-dev] Building fluid synth on MACOS

2024-03-20 Thread Conrad Berhörster
Hello i try to build fluidsynth on MACOS . with the description in https://github.com/FluidSynth/fluidsynth/wiki/BuildingWithCMake it will compile successfully but i cannot get a dylib file here are my commands : cmake -GXcode -DCMAKE_BUILD_TYPE=Release -B build/release cmake --build build