RSS/Atom feed Twitter
Site is read-only, email is disabled

gimp developer

This discussion is connected to the gimp-developer-list.gnome.org mailing list which is provided by the GIMP developers and not related to gimpusers.com.

This is a read-only list on gimpusers.com so this discussion thread is read-only, too.

2 of 3 messages available
Toggle history

Please log in to manage your subscriptions.

000301cdf1d2$0e4e2180$2aea6... 13 Jan 21:56
  gimp developer Partha Bagchi 13 Jan 21:55
  gimp developer Kevin Cozens 14 Jan 18:04
Partha Bagchi
2013-01-13 21:55:49 UTC (about 12 years ago)

gimp developer

Under Windows, if you want to do development, please refer to the details I put on my website about all the libraries necessary. You can find it all here: www.partha.com.

Once you setup your environment, you want to use gcc 4.7.2 or higher which you can get from here:
http://sourceforge.net/projects/mingw-w64/files/Toolchains%20targetting%20Win64/Personal%20Builds/rubenvb/gcc-4.7-release/

The program away. :)

If you have any questions, drop me a line here or my website.

On Sun, Jan 13, 2013 at 4:07 PM, fatoser wrote:

Please I should be with problems with the English language since I am ** **

Brazilian. I don't simply get to find what am seeking ****

please indicate me a link where I find the versãol of the gimp for ****

****

to develop plugins in c with all the necessary library and also ****

****

the compiler for the emviromment windows 7 64 bits. Thank you very much the ****

****

all ****

****

fabio****

_______________________________________________ gimp-developer-list mailing list
gimp-developer-list@gnome.org
https://mail.gnome.org/mailman/listinfo/gimp-developer-list

Kevin Cozens
2013-01-14 18:04:24 UTC (about 12 years ago)

gimp developer

On 13-01-13 04:07 PM, fatoser wrote: > please indicate me a link where I find the versol of the gimp for > to develop plugins in c with all the necessary library and also

I don't build GIMP in Windows and I only build for 32-bit. If you have a plugin that is one .c file you may be able to use gimptool (http://www.gimp.org/man/gimptool.html).

You will need a C compiler set of tools on your computer such as MinGW/MSYS (http://www.mingw.org/, with the 64 bit version at http://mingw-64.sourceforge.net/) or cygwin (http://www.cygwin.com/).