Sophie

Sophie

distrib > Fedora > 18 > i386 > by-pkgid > 9f80aa951a56dd602c8fe66761aadb4c > files > 5

cclive-0.7.11-1.fc18.i686.rpm


cclive is a tool for downloading media from YouTube and similar
websites. It has a low memory footprint compared to other existing
tools.

Home  : http://cclive.sourceforge.net/
gitweb: http://repo.or.cz/w/cclive.git


Prerequisites
-------------

* libquvi       (0.2.16.1+)
* libboost      (1.42.0+)
* libpcre(cpp)  (8.02+)
* libcurl       (7.20.0+)

Note that cclive may or may not compile with earlier versions.
The above versions are the ones that I've tested.


Installation from source
------------------------

"./configure && make install", typically. See also "./configure --help".
If you are compiling cclive from the development code from the git
repository, see "Installation from development code", instead.

  --with(out)-manual  (default:yes)

    Do not install manual page(s)

  --(enable|disable)-ccl (default:yes)

    Make a symbolic link from 'cclive' (executable) to 'ccl'.


Installation from development code
----------------------------------

If you are compiling cclive from the development code, run "autogen.sh",
first. This generates the configuration files that are not in the git
repository. You will need:

  * Perl (with pod2man)
  * GNU autoconf
  * GNU automake

Once the files have been generated, follow the instructions in "Installation
from source" above.