File: INSTALL

package info (click to toggle)
clive 2.3.3-2
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 216 kB
  • sloc: perl: 414; makefile: 7
file content (41 lines) | stat: -rw-r--r-- 958 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41


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: