Installation
------------
wickel consists of the following files:

wickel.scm    - The main program 
gtk-utils.scm - Some functions and macros to make the use of GTK easier
simplerec.scm - Macros for making the use of records with guile a little
                easier
README        - This file
COPYING       - The GNU General Public License

encript.scm
ls.scm        - Description of the command line interfaces for the UNIX
                commands 'enscript' and 'ls'. These are provided as
                examples so you can explore what one could do with wickel

Since this is an alpha-release, you shouldn't install it. Just use it:
unpack all the files that came with wickel into a directory and start 
guile-gtk in that directory. Then type at the guile-gtk prompt:
gtk> (load "wickel.scm")
gtk> (load "enscript.scm")
and play with it. You can also say (load "ls.scm") to play with the
interface to ls.  


Requirements
------------
In addition to the files that came with wickel, you need the following:
guile-core    
	A recent snapshot, I use guile-core-19980320. Can be obtained from 
	<http://www.red-bean.com/guile>

gtk+-1.0.0    
	The GTK+ Widget library from <http://www.gtk.org>

guile-gtk-0.9
	Marius Vollmer's guile-gtk bindings. You can obtain it from
	<http://www.ping.de/sites/zagadka/guile-gtk>.


Contact info
------------
You can mail me any comments, suggestions and any other positive feedback
at lutter@cs.purdue.edu
