From 82debd4e8fec9dfc6957b7a4e82b1e55933ebb29 Mon Sep 17 00:00:00 2001 From: Adam Spiers Date: Tue, 6 Dec 2011 17:06:59 +0000 Subject: [PATCH] Document prerequisites for installation. --- INSTALL | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/INSTALL b/INSTALL index 21358ba..7d7134a 100644 --- a/INSTALL +++ b/INSTALL @@ -1,3 +1,12 @@ +Prerequisites +============= + +Stow is a collection of Perl scripts and modules. You must have Perl +5.6.1 or later in order for it to run. The test suite also requires +the Test::More and Test::Output modules which can be obtained from +CPAN. They are also available as packages in some of the GNU/Linux +distributions. + Basic Installation ==================