Cleaned up CHANGES file.
[clive-utils.git] / INSTALL
blobc2ad1aa2f5c9544c4b99898660cef472b81b6e1b
1 Prerequisites
2 ------------------------------------------------------------------------------
4 clive >= 2.0beta1
5   http://clive.sf.net
7 Perl >= 5.8
8   with the following (recommended) module versions:
10     * Config::Tiny/2.12           * WWW::Curl/4.05
11     * XML::RSS::LibXML/0.3002     * Clipboard/0.09
12     * Tk/804.027                  * Tk::Tree/4.005
13     * Tk::DialogBox/4.013         * HTML::Strip/1.06
14     * Tk::FontDialog/0.15
16     * Getopt::Long/2.35           * Digest::SHA/5.47
17     * File::Spec/3.12             * File::Find/1.10
18     * File::Path/1.08             * Encode/2.12
19     * Pod::Usage/1.33             * Cwd/3.12
21 Note that the Clipboard module is OPTIONAL.
24 Installation
25 ------------------------------------------------------------------------------
27 Extract:
28     % tar xvjf clive-utils-$release.tar.bz2 && cd clive-utils-$release
30 Run:
31     # If the path to clive(1) is not specified (e.g. --clive=path), the
32     # clive-utils programs try to locate it in the $PATH.
34     % clivefeed [option]... [URL]...
36 Getting started:
37     % clivefeed --manual
38     % pod2man clive > clive.1 # See pod2man(1) manual for more