scribe -- prototyping tool
================================

to compile and install the scribe:
* download the source code archive
* extract it with either of these commands:
	bunzip2 -c scribe-?.?.tar.bz2 | tar -xv  (if you got the .bz2 tarball)
	gunzip -c scribe-?.?.tar.gz | tar -xv (if you got the .gz tarball)
* cd scribe
* ./configure
* make
* assume root priviledges, if necessary
* make install

