Remove newline.
[clive.git] / README
blob8e7bba5438122251daaff0d3f48d86dab8326ecd
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. See http://clive.sf.net for more information
7 on clive.
10 Prerequisites
11 -------------
13 See Makefile.PL file.
16 Optional modules
17 ----------------
19 * BerkeleyDB
20   - If not installed, clive cache features will be disabled
22 * Term::ReadKey
23   - If not installed, clive will not resize progressbar to
24   match terminal width
27 Installation
28 ------------
30 INSTALL_BASE can be passed into Makefile.PL to change where clive will
31 be installed. For example:
33   perl Makefile.PL INSTALL_BASE=/usr/local
35   perl Makefile.PL
36   make
37   make test
38   make install
40 See also:
41   http://search.cpan.org/perldoc?ExtUtils::MakeMaker
43 NOTE: "make test" will use ~/.cliverc settings. Set NO_INTERNET
44 environment variable to skip the host tests.
47 Bugs
48 ----
50   http://code.google.com/p/clive/issues/
53 FAQ
54 ---
56   http://code.google.com/p/clive/wiki/FAQ