Revise README.packagers
[clive.git] / INSTALL
blobaff7ca58ea7d07241cc1c5617ef593cf6fef66d8
3 Prerequisites
4 =============
6 * Perl 5.8.9+       <http://perl.org/>
7 * quvi 0.2.16.1+    <http://quvi.sourceforge.net/>
8 * Getopt::ArgvFile  <http://search.cpan.org/perldoc?Getopt::ArgvFile>
9 * JSON::XS          <http://search.cpan.org/perldoc?JSON::XS>
10 * curl              <http://curl.haxx.se/>
13 Installation from source
14 ========================
16 Uninstall earlier versions of clive if you have any installed.
18 For the impatient
19 -----------------
21 Run bin/clive without installing. This assumes the required Perl modules
22 and system commands can be found by the script.
24 Typical installation
25 --------------------
27 To install:
29   perl Makefile.PL
30   make
31   make install
33   * Note that you can specify install prefix with INSTALL_BASE
34     e.g. perl Makefile.PL INSTALL_BASE=/usr/local
36 Recommended reading:
37   * <http://search.cpan.org/perldoc?ExtUtils::MakeMaker>
38   * <http://perldoc.perl.org/ExtUtils/MakeMaker/FAQ.html>
41 vim: set ts=2 sw=2 tw=72 expandtab: