INSTALL
=======
Mved is written in Perl and should run on any system with perl(1).
There are no dependencies on any non-standard Perl modules.

To install mved and its manpage (under /usr/local by default):

    tar xzf mved-X.Y.tar.gz
    cd mved-X.Y
    make install

To install under /usr:

    make PREFIX=/usr install

To uninstall mved and its manpage (from under /usr/local):

    make uninstall

To uninstall mved and its manpage (from under /usr):

    make PREFIX=/usr uninstall

To run the tests:

    make test
    make check

For more details:

    make help

The manpage for mved is mved(1).

REQUIREMENTS
============
Requires GNU make to install (but manual installation is easy).
Requires perl (but no non-standard perl modules).
Requires pod2man (comes with perl) to make the manpage.
Requires pod2html (comes with perl) to make the html manpage.

--------------------------------------------------------------------------------

    URL: http://raf.org/mved
    GIT: https://github.com/raforg/mved
    Date: 20200625
    Author: raf <raf@raf.org>

