From 19555bc156d53287d8a53839dc19dfa400de47c1 Mon Sep 17 00:00:00 2001 From: Toni Gundogdu Date: Sat, 22 Oct 2011 00:07:04 +0300 Subject: [PATCH] Revise INSTALL --- INSTALL | 33 +++++++++++---------------------- 1 file changed, 11 insertions(+), 22 deletions(-) diff --git a/INSTALL b/INSTALL index dcc5551..aff7ca5 100644 --- a/INSTALL +++ b/INSTALL @@ -1,36 +1,25 @@ -PREREQUISITES +Prerequisites ============= -Required --------- +* Perl 5.8.9+ +* quvi 0.2.16.1+ +* Getopt::ArgvFile +* JSON::XS +* curl - * Perl 5.8.9+ - * quvi tool 0.2.16.1+ - * Getopt::ArgvFile - * JSON::XS - * curl tool -Additionally, to install: -------------------------- - - * ExtUtils::MakeMaker - - -INSTALLATION -============ - -Notes ------ +Installation from source +======================== Uninstall earlier versions of clive if you have any installed. For the impatient ----------------- -Assuming you have installed the prerequisites to your system already, -just run "bin/clive" without installing it. +Run bin/clive without installing. This assumes the required Perl modules +and system commands can be found by the script. Typical installation -------------------- @@ -44,7 +33,7 @@ To install: * Note that you can specify install prefix with INSTALL_BASE e.g. perl Makefile.PL INSTALL_BASE=/usr/local -Recommended reading if you are new to ExtUtils::MakeMaker: +Recommended reading: * * -- 2.11.4.GIT