X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=INSTALL;h=52679e3775057e8b8c79bf735953d2ab56821c18;hb=2d9f516571abb22d42ea26ffaf07bda8a29314f0;hp=17283c83fa4ec0224e8abf15954e6b0df03180cd;hpb=d6512b506041e5f51cb53585efc6823ec5f3b109;p=catagits%2FDOM-Tiny.git diff --git a/INSTALL b/INSTALL index 17283c8..52679e3 100644 --- a/INSTALL +++ b/INSTALL @@ -24,16 +24,16 @@ Alternatively, if your CPAN shell is set up, you should just be able to do: As a last resort, you can manually install it. Download the tarball, untar it, then build it: - % perl Build.PL - % ./Build && ./Build test + % perl Makefile.PL + % make && make test Then install it: - % ./Build install + % make install If you are installing into a system-wide directory, you may need to run: - % sudo ./Build install + % sudo make install ## Documentation