On 01/12/2012 04:38 PM, Manuel Ferrero wrote:
> I'm learning GTK developement on a Windows XP machine.
> I was able to successfully build a simple hello world and I read about
> the need to include more than the plain exe file if I want to distribute
> my application to someone else.
> I have two q
Manuel Ferrero wrote:
First: I can't find a precoocked package or at least a best practice
document on which files are needed to distribute with my application,
can someone point me on the right direction, please?
You can either take Dov's approach and package the GTK DLLs in your
installer, o
I suggest that you have a look at the configuration file for the nsis
installer (badly) named giv.wine.nsi.in of my application giv at:
https://github.com/dov/giv
It should give you a starting point of what you need to include and where
to place it.
Regards,
Dov
On Thu, Jan 12, 2012 at 17:38,
I'm learning GTK developement on a Windows XP machine.
I was able to successfully build a simple hello world and I read about
the need to include more than the plain exe file if I want to distribute
my application to someone else.
I have two question somehow related.
First: I can't find a preco