Revise README, add INSTALL
[umph.git] / INSTALL
blob789bc27a3703a180b8b8415e8bc487e7f7283335
3 PREREQUISITES
5   * Getopt::ArgvFile    <http://search.cpan.org/perldoc?Getopt::ArgvFile>
6   * XML::DOM            <http://search.cpan.org/perldoc?XML::DOM>
8 Additionally, to install:
9   * ExtUtils::MakeMaker <http://search.cpan.org/perldoc?ExtUtils::MakeMaker>
12 INSTALLATION
14   * Uninstall earlier versions of umph if you have any installed
16 To install:
18   perl Makefile.PL
19   make
20   make install
22   * Note that you can specify install prefix with INSTALL_BASE
23     e.g. perl Makefile.PL INSTALL_BASE=/usr/local
25 Recommended reading if you are new to ExtUtils::MakeMaker:
26   * <http://search.cpan.org/perldoc?ExtUtils::MakeMaker>
27   * <http://perldoc.perl.org/ExtUtils/MakeMaker/FAQ.html>
29 # vim: set ts=2 sw=2 tw=72 expandtab: