initial.
[grake.git] / README
bloba99aecc8f2b3d8b5b3f73b5951230c272918a194
3     In brief
5 grake is a command line tool for scanning webpages for Youtube links.
7 Make sure you read the manual page for grake (see Installation below).
9 Project:
10     <http://grake.googlecode.com/>
12 Development repository:
13     <git://repo.or.cz/grake.git>
16     Installation
18 This is an optional step, you could just as well copy the bin/grake
19 file to your path and start using it. The installation takes care
20 of generating the grake(1) manual from bin/grake but you can also
21 use "perldoc bin/grake" if you want to skip the installation
22 altogether.
24 Prerequisites:
26   * See Makefile.PL for these
28 If you choose to install:
30   * Make sure you REMOVE any earlier version of grake before you continue
32   * INSTALL_BASE can be passed into Makefile.PL to change where grake will
33   be installed, e.g.:
35     perl Makefile.PL INSTALL_BASE=/usr/local
37   * Typical steps:
39     perl Makefile.PL
40     make
41     make install
43     Refer to the ExtUtils::MakeMaker documentation when in doubt:
44         <http://search.cpan.org/perldoc?ExtUtils::MakeMaker>