Hi,
If I use Nigui to build an app on a Mac, how do I distribute it?
What libs do I have to distribute with it?
How do I bundle them with the app?
Thanks.
I was not aware that nigui supports macos, but when it uses gtk then you must take care that gtk is installed on the target machine.
I've done it for gintro (gtk). I've used ldd and the error gtk error messages that libraries are missing to figure out what the app needs.
Bundleing gtk (linking statically) is hard and not really documented. So you better make a folder where you place every dll it needs. (Or make an .app magic macos folder but I've no experience how to do this)