Installation
------------

To install, just run:

 make

followed by:

 make install

as root. You can set DESTDIR to change the installation target:

 make install DESTDIR=/my/custom/installation/target

You can set the CPU arch to use with an ARCH variable, like this:

 make install ARCH=i586

The default value is ARCH=x86_64.


Uninstallation
--------------
To remove, you can just:

 rm /usr/bin/depfinder
 rm /usr/libexec/depfinder-search
 rm /usr/share/locale/*/LC_MESSAGES/depfinder.mo
