home *** CD-ROM | disk | FTP | other *** search
/ PC Pro 2002 April / pcpro0402.iso / essentials / graphics / Gimp / gimp-src-20001226.exe / src / gimp / plug-ins / pygimp / README < prev   
Encoding:
Text File  |  1999-09-05  |  1.1 KB  |  30 lines

  1.   Gimp-Python - allows the writing of plugins for Gimp in Python.
  2.   Copyright (C) 1997-1999  James Henstridge <james@daa.com.au>
  3.  
  4. This is the Gimp-Python package.  It is free software and is covered
  5. by the GNU General Public Licence (A copy of which is in the file
  6. COPYING in the distribution) with the exception that you may link
  7. gimpmodule with the python program.
  8.  
  9. For more information, please see the documentation in the directory
  10. doc.  The documentation is in SGML, and translations to text, html and
  11. texinfo are included in the distribution.
  12.  
  13. To build the program, you should be able to just type:
  14.   ./configure --prefix=<gimp-prefix>
  15.   make
  16.   make install
  17.  
  18. Pregenerated HTML docs are included with the package in the doc
  19. directory.  If you want ps or pdf documentation, get Mark Galassi's
  20. docbook SGML packages.
  21.  
  22. Here is a list of what you will find in the subdirectories of this
  23. distribution:
  24.   .         - The actual source code.
  25.   doc/      - The documentation.
  26.   plug-ins/ - The sample plugins.  Contents are copied to GIMP plug-ins
  27.           directory.
  28.  
  29.  
  30.