README.win32 980 B

123456789101112131415161718192021222324
  1. For pre-built binary packages of GLib, GTK etc, see
  2. http://www.gimp.org/win32/downloads.html . No pre-built GIMP 1.3
  3. packages, though.
  4. Building GIMP on Win32
  5. ======================
  6. There are two ways to build GIMP for Win32:
  7. 1) Use the autoconf-generated configure script, and the resulting
  8. Makefiles (which use libtool and gcc to do the compilation). I use
  9. this myself, but it might be hell to setup correctly. Doesn't work
  10. correctly in all directories, for instance in the po* directories it
  11. is much easier to use the makefile.mingw files.
  12. 2) Use the Microsoft compiler, cl and Make, nmake. Say nmake -f
  13. makefile.msc in various directories. These makefiles are maintained by
  14. Hans Breuer <hans@breuer.org>. They presumably will not generate the
  15. same name DLLs and import libraries as the autoconfiscated libtool
  16. build does, nor necesarily use the same named GLib, GTK etc import
  17. libraries as those distributed from the web site mentioned above.
  18. --Tor Lillqvist <tml@iki.fi>