

            Prerequisites

 * libcurl  7.18.0+  <http://curl.haxx.se/>
 * libpcre  7.8+     <http://pcre.org/>
 * libiconv 1.12.0+  <http://www.gnu.org/software/libiconv/>
 * gcc      4.2+     (cclive uses the tr1 extensions)

 Some operating systems have iconv in the C library, for example glibc.
 Some have it in a separate library libiconv, for example OSF/1 or FreeBSD.

 Platform specific and other additional information available at:
   http://code.google.com/p/cclive/wiki/HowtoInstall


            Installation

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

 --enable-tests
    Enable tests that can be run by typing "make check". Ignores ~/.ccliverc.

    `make check' respects the following environment variables:
      - NO_INTERNET (skip internet based tests)
      - ADULT_OK (run adult website tests)
      - CCLIVE_TEST_OPTS (any extra cclive command line options to use)

    Example:
      - NO_INTERNET=1 CCLIVE_TEST_OPTS=--proxy=http://foo:1234 make check

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


            Getting started

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

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


