Add release notes for 0.1.0
[umph-prompt.git] / INSTALL
bloba71fc3d8852339c545ca208464882cce604eb201
3 PREREQUISITES
5   * Perl 5.10.1+
7 Additionally (to build):
8   * ExtUtils::MakeMaker <http://search.cpan.org/perldoc?ExtUtils::MakeMaker>
11 INSTALLATION
13 To install this module, type the following:
15   perl Makefile.PL
16   make
17   make test (optional)
18   make install (see notes below)
20 You can define the installation prefix with INSTALL_BASE, e.g.:
21   perl Makefile.PL INSTALL_BASE=/usr/local
23 Recommended reading:
24   * <http://search.cpan.org/perldoc?ExtUtils::MakeMaker>
25   * <http://perldoc.perl.org/ExtUtils/MakeMaker/FAQ.html>
28 vim: set ts=2 sw=2 tw=72 expandtab: