

            Prerequisites

 * libquvi  0.1.0+   <http://quvi.googlecode.com/>
 * libcurl  7.18.0+  <http://curl.haxx.se/>
 * libpcre  7.8+     <http://pcre.org/>
 * gcc      4.2+     (cclive uses the tr1 extensions)

    [cclive]-\
     |     |  \
     |     |   \
 [libquvi]------\
       |  \|    [libcurl]
    [lua]  \        \
          [libpcre]  \
                     [dragons be here]


  Some additional platform specific notes:
    http://code.google.com/p/cclive/wiki/HowtoInstall



            Installation

 Typically "./configure && make install". See `./configure --help' for
 additional options.

 --without-man
    Skip manual (cclive.1) installation.

 Environment settings:

 NO_INTERNET=1          Skip _all_ tests that depend on internet
 TEST_DOWNLOAD=1        Enable tests that require downloading
 TEST_MULTISEGMENT=1    Enable cctv multi-segment test

 You can pass additional options to cclive by setting CCLIVE_TEST_OPTIONS.


            Getting started

 Typical use:
    % cclive "http://youtube.com/watch?v=3HD220e0bx4"

 Be sure to read the manual also and see also examples/config.


