Revise manual
[gcap.git] / README
bloba1ada39c3fa06ac59d7430232587c6f7109f8e78
3     In brief
5 gcap is a command line tool for retrieving Youtube closed captions.
6 The retrieved closed captions are saved in SubRip (srt) file format.
7 The srt files are saved as "$videoid_$langid.srt".
9 WWW: <http://gcap.googlecode.com/>
10 GIT: <git://repo.or.cz/gcap.git>
13 PREREQUISITES
15 See the Makefile.PL file.
18 INSTALLATION
20 You can skip this step, if you like, and instead just run "bin/gcap".
21 This should work as long as the prerequisites are found.
23 If you choose to install:
25     * Highly recommended
26         - Remove / uninstall any earlier version you have installed
28     * You can specify install prefix with INSTALL_BASE
29         e.g. perl Makefile.PL INSTALL_BASE=/usr/local
31 To install:
33     perl Makefile.PL
34     make
35     make install
37   More: <http://search.cpan.org/perldoc?ExtUtils::MakeMaker>
38    FAQ: <http://perldoc.perl.org/ExtUtils/MakeMaker/FAQ.html>