

Prerequisites
=============

* Perl 5.8.9+       <http://perl.org/>
* quvi 0.2.16.1+    <http://quvi.sourceforge.net/>
* Getopt::ArgvFile  <http://search.cpan.org/perldoc?Getopt::ArgvFile>
* JSON::XS          <http://search.cpan.org/perldoc?JSON::XS>
* curl              <http://curl.haxx.se/>


Installation from source
========================

Uninstall earlier versions of clive if you have any installed.

For the impatient
-----------------

Run bin/clive without installing. This assumes the required Perl modules
and system commands can be found by the script.

Typical installation
--------------------

To install:

  perl Makefile.PL
  make
  make install

  * Note that you can specify install prefix with INSTALL_BASE
    e.g. perl Makefile.PL INSTALL_BASE=/usr/local

Recommended reading:
  * <http://search.cpan.org/perldoc?ExtUtils::MakeMaker>
  * <http://perldoc.perl.org/ExtUtils/MakeMaker/FAQ.html>


vim: set ts=2 sw=2 tw=72 expandtab:
