home *** CD-ROM | disk | FTP | other *** search
/ Chip 2005 February / CMCD0205.ISO / Linux / gimp-2.2.0.tar.gz / gimp-2.2.0.tar / gimp-2.2.0 / README.win32 < prev   
Text File  |  2004-01-29  |  808b  |  22 lines

  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.  
  5. Building GIMP on Win32
  6. ======================
  7.  
  8. There are two ways to build GIMP on Win32:
  9.  
  10. 1) Use the autoconf-generated configure script, and the resulting
  11. Makefiles (which use libtool and gcc to do the compilation). I use
  12. this myself.
  13.  
  14. 2) Use the Microsoft compiler, cl and Make, nmake. Say nmake -f
  15. makefile.msc in various directories. These makefiles are maintained by
  16. Hans Breuer <hans@breuer.org>. They presumably will not generate the
  17. same name DLLs and import libraries as the autoconfiscated libtool
  18. build does, nor necesarily use the same named GLib, GTK etc import
  19. libraries as those distributed from the web site mentioned above.
  20.  
  21. --Tor Lillqvist <tml@iki.fi>
  22.