***** HOW TO INSTALL? *****

0. if [you're an i386 debian user -and trust me] ; then
      sudo dpkg -i <http://www.gimp.org/~narazaki/>guash_*_i386.deb 
      exit 0 # Bye and Enjoy!
   fi

1. check whether you have the followings:
   header files and libraries of:	 gimp-1.1.12, or upper
	gimp-1.1.[0-11] are not supported, they have bugs and are incompatible
	gimp-1.0.X are not supported, they are obsolete (to me).
   header files and libraries of:	gtk-1.2 glib-1.2, X window system
   programs for compilation:		gimptool, cc, ld, and more

   If you have installed gimp from some compiled package, you probably don't
   have headers and gimptool. Please install development packages (they would
   be called:
	gimp*-dev-*.deb , gtk*-dev-*.deb , glib*-dev-*.deb [in Debian]
	gimp*-devel-*.rpm , gtk*-devel*.rpm, glib*-devel*.rpm [in Red Hat]
   or something).

	For example, I have on my debian box:
		/usr/local/bin/gimptool
		/usr/bin/glib-config
		/usr/bin/gtk-config
		/usr/bin/cc
		/usr/include/libgimp/gimp.h
		/usr/include/gtk/gtk.h
		/usr/include/gdk/gdk.h
		/usr/include/glib.h
		/usr/lib/libgimpui-1.*.so*
		/usr/lib/libgimp-1.*.so*
		/usr/lib/libgtk-1.*.so*
		/usr/lib/libgdk-1.*.so*
		/usr/lib/libgmodule-1.*.so*
		/usr/lib/libglib-1.*.so*
		/usr/X11R6/lib/libX11.so
	You need ALL files (in any directories).

2. run:
   gimptool --install guash.c

3. [OPTION for script-fu programmer] install scripts:
   gimptool --install-script script-fu/add-comment.scm
   gimptool --install-script script-fu/guash-mapper-sample.scm
   gimptool --install-script script-fu/map-on-guash-selection.scm

4. enjoy
   That's all. You will find the entry in <toolbox>/Xtns menu.

Note:
By default, guash generates and saves thumbnail files in each
directory. Each thumbnail is about 4KB. If you want to purge them
completely, try rmthumbnail in this directory, that packs all thumbnail
files and directories under the current working directory into a tarball in
/tmp. (Be careful! You had better to browse the shell script before
executing it.)

-- 
Sat Jan 29 20:35:03 2000
narazaki@gimp.org		(Shuji Narazaki)
http://www.gimp.org/~narazaki/  Keep "INSTALL" Short and Simple
