 INTRODUCTION
==============
Durden is a program to identify and extract and/or mark
identical tiles in an image. This can be useful for
example when creating retro video game graphics.

The following files should be present in the archive:

  Makefile
      Installation and uninstallation
  README
      This file
  durden
      The Durden program
  durden_manual.txt
      Documentation for the Durden program

 INSTALLATION
==============
To install, "make install" as root, E.G.:
  sudo make install
NOTE: This will overwrite any programs in the install path already
named "durden".

To uninstall, "make uninstall" as root, E.G.:
  sudo make uninstall

 FURTHER INFORMATION
=====================

Durden is (c) 2024 Carl Svensson, www.datagubbe.se.

Durden comes with NO WARRANTY WHATSOEVER. Please
see durden_manual.txt for more information.
