Requirements
------------

You'll need a C++ compiler; I use gcc 3.3, but the code should
compile with any standards compliant compiler. gcc is available at
http://gcc.gnu.org.


Procedure
---------
1. Unpack the archive if you have not done so already:

	bunzip2 -c ocrad[version].tar.bz2 | tar -xf -

This creates the directory ./ocrad[version] containing the source from
the main archive.

2. Change to ocrad directory and run make.

	cd ocrad[version]
	make

3. Optionally you can test ocrad with the examples included.

	./ocrad examples/test1.pbm

4. Type `make install' to install the program and any data files and
   documentation.
   (Right now, this only copies ocrad to /usr/local/bin/).

