Update README.
[clive.git] / README
blob60a0f94b0b22ff59737c60b6b9e21475378b92dc
1 README for clive
2 ----------------
4 clive is a command line utility for extracting videos from Youtube and other
5 video-sharing websites. It was written to bypass the Adobe Flash requirement
6 to view the hosted videos.
8     http://clive.googlecode.com/
9     http://code.google.com/p/clive/issues/
10     http://code.google.com/p/clive/wiki/FAQ
13 Prerequisites
14 -------------
16 See Makefile.PL file.
19 Optional modules
20 ----------------
22 * BerkeleyDB
23   - If not installed, clive cache features will be disabled
25 * Term::ReadKey
26   - If not installed, clive will not resize progressbar to
27   match terminal width
30 Installation
31 ------------
33 INSTALL_BASE can be passed into Makefile.PL to change where clive will
34 be installed. For example:
36   perl Makefile.PL INSTALL_BASE=/usr/local
38   perl Makefile.PL
39   make
40   make test # optional
41   make install
43 See also:
44   http://search.cpan.org/perldoc?ExtUtils::MakeMaker
46 NOTE: "make test" will use ~/.cliverc settings. You can set NO_INTERNET
47 environment variable to skip the host tests.