
            clive installation

 Normally you can do "make" and then "make install". That will first check for
 the required Perl modules and then install the clive in your own ~/bin/
 directory. If you want to do a global install, you can do (as root):

    # make prefix=/usr install

 The manual page is installed by default, if you do not need it:

    # make WITH_MAN=no install

 When you uninstall, be sure to use the same prefix. For example:

    # make prefix=/usr uninstall

 Developers may also find the following make target useful:

    man # generate clive.1 from clive (req. pod2man)


            clive prerequisites

 - Perl >= 5.8
 - Config::Tiny (2.12+)
 - WWW::Curl (4.05+)
 - HTML::TokeParser (2.37+)
 - BerkeleyDB (0.34+)
 - URI::Escape (3.29+)
 - Digest::SHA (5.47+)

 Optionally (clive runs without them but some features will be disabled):
 - Clipboard (0.09+) # --paste
 - IO::Pager (0.05+) # --show
 - Expect (1.21+)    # --clivepass
 - Term::ReadKey     # SIGWINCH: resize progressbar to match terminal width

 Note that you can install these modules from CPAN, typically (as root):

   # cpan install $modulename

 Although many distros have made them available as packages.


            Getting started with clive

 Typical use:

    % clive "http://youtube.com/watch?v=3HD220e0bx4"

 Be sure to read the manual page. See also examples/config.
