Fixed prints that did not check respect --quiet.
[clive-utils.git] / INSTALL
blob40f5c4a683f4c726a958faa1e75e114835e2e073
1 Prerequisites
2 ------------------------------------------------------------------------------
4 clive >= 2.0beta1
5   http://clive.sf.net
7 Perl >= 5.8
8   http://perl.org
10 The following 3rd party perl modules are required. The versions
11 are recommendations.
13 Note that the Clipboard module is OPTIONAL.
15 clivefeed
16 ---------
18 * Config::Tiny/2.12           * WWW::Curl/4.05
19 * XML::RSS::LibXML/0.3002     * Clipboard/0.09
20 * Tk/804.027                  * URI::Escape/3.29
21 * Tk::DialogBox/4.013         * HTML::Strip/1.06
22 * Tk::FontDialog/0.15         * Tk::Tree/4.005
24 clivescan
25 ---------
27 * Config::Tiny/2.12           * WWW::Curl/4.05
28 * Tk/804.027                  * Tk::Tree/4.005
29 * Tk::DialogBox/4.013         * Clipboard/0.09
30 * Tk::FontDialog/0.15         * HTML::TokeParser/2.37
33 Installation
34 ------------------------------------------------------------------------------
36 Extract:
37     % tar xvjf clive-utils-$release.tar.bz2 && cd clive-utils-$release
39 Run:
40     # If the path to clive(1) is not specified (e.g. --clive=path), the
41     # clive-utils programs try to locate it in the $PATH.
43     % clivefeed [option]... [URL]...
45 Getting started:
46     % clivefeed --manual
47     % pod2man clive > clive.1 # See pod2man(1) manual for more