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

You'll need a C++ compiler; I use gcc 3.2.2, 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

This is still beta code, so it has no "make install" yet.
You can run ocrad from the source directory, or copy it to another place.
