Nah, that was me when I said Mac users lived in la-la land. Nobody bit, though...
My internet connectivity is absolutely woeful right now (and will be for a while
), but I managed to test it under
Wine on Linux, and it seems to run OK, which means that it might work under Wine on a Mac. The GUI didn't work, because I didn't have Qt installed, but even though the main window was blank, the server came up OK, and I was able to open a browser and connect to it at
http://localhost:5010.
The installation notes talk about some debug settings you can try, to get the GUI working, but I've just realized that the new packaging scheme means that you can't place the
debug.cfg file where it needs to be. However, you can specify it in the command line e.g.
wine vasl-templates.exe --debug /home/pacman-ghost/debug.cfg
Alternatively, if somebody manages to get it going on a Mac, they can compile a release package and post it here, or just document what they did to get it up and running.