On Thu, 2021-01-07 at 00:14 -0300, Alexandre Torres Porres wrote:
Ok, we made lots of progress and now we have tests versions for macOS and Windows (32 and 64 bits).
I think it's great you put effort into making [fluid~] available. Cool!
we still need to sort this for linux,
It builds without troubles on Linux-amd64-32. However, it assumes libfluidsynth2 to be installed. I don't know what the common process on Linux is, but since the dependencies are usually easily installable with some kind of package manager, there is probably no need to include additional local libraries. Is this notion widely accepted? Maybe include something in the README like:
On Debian and derivatives, you need to install the libfluidsynth2 package:
sudo apt install libfluidsynth2
Here is the build for Linux-amd64-32:
https://netpd.org/~roman/tmp/fluid~/
I can provide builds for Linux-i386-32, Linux-arm7-32, too, once the stuff is ready for release.
write a better readme with build instructions and reorganize things so then we can upload it to deken as a final/oficial release.
Cool. Some things I noticed:
Roman