Gimp/plug-ins/pygimp
1999-10-24 20:49:09 +00:00
..
doc
plug-ins conditionally compile pygimp. 1999-09-06 03:45:34 +00:00
.cvsignore
acinclude.m4
AUTHORS
ChangeLog
configure.in
COPYING 1.1.9 stuff 1999-09-10 05:16:23 +00:00
gimpenums.py fix of enum error in pygimp 1999-09-11 15:01:02 +00:00
gimpfu.py
gimpmodule.c api change #2, fix #1 1999-10-24 20:49:09 +00:00
gimpplugin.py
gimpshelf.py
gimpui.py
INSTALL 1.1.9 stuff 1999-09-10 05:16:23 +00:00
Makefile.am.14
Makefile.in conditionally compile pygimp. 1999-09-06 03:45:34 +00:00
NEWS
py-compile
pygimp.spec
README

  Gimp-Python - allows the writing of plugins for Gimp in Python.
  Copyright (C) 1997-1999  James Henstridge <james@daa.com.au>

This is the Gimp-Python package.  It is free software and is covered
by the GNU General Public Licence (A copy of which is in the file
COPYING in the distribution) with the exception that you may link
gimpmodule with the python program.

For more information, please see the documentation in the directory
doc.  The documentation is in SGML, and translations to text, html and
texinfo are included in the distribution.

To build the program, you should be able to just type:
  ./configure --prefix=<gimp-prefix>
  make
  make install

Pregenerated HTML docs are included with the package in the doc
directory.  If you want ps or pdf documentation, get Mark Galassi's
docbook SGML packages.

Here is a list of what you will find in the subdirectories of this
distribution:
  .         - The actual source code.
  doc/      - The documentation.
  plug-ins/ - The sample plugins.  Contents are copied to GIMP plug-ins
	      directory.