INSTALL: Add Perl prerequisite
[umph.git] / INSTALL
blob29c6fe4b694970d48ed29aa8c42b3b111a642c68
3 PREREQUISITES
5   * Perl 5.10.1+      <http://perl.org/>
6   * Getopt::ArgvFile  <http://search.cpan.org/perldoc?Getopt::ArgvFile>
7   * XML::DOM          <http://search.cpan.org/perldoc?XML::DOM>
9 Additionally, to install:
10   * ExtUtils::MakeMaker <http://search.cpan.org/perldoc?ExtUtils::MakeMaker>
13 INSTALLATION
15   * Uninstall earlier versions of umph if you have any installed
17 To install:
19   perl Makefile.PL
20   make
21   make install
23   * Note that you can specify install prefix with INSTALL_BASE
24     e.g. perl Makefile.PL INSTALL_BASE=/usr/local
26 Recommended reading if you are new to ExtUtils::MakeMaker:
27   * <http://search.cpan.org/perldoc?ExtUtils::MakeMaker>
28   * <http://perldoc.perl.org/ExtUtils/MakeMaker/FAQ.html>
30 # vim: set ts=2 sw=2 tw=72 expandtab: