This repository has been archived by the owner on Jul 23, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 5
The media stream extraction tool
License
guendto/cclive
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
General ======= 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 Installation ============ Notes ----- * This document does not cover how to use GNU Autotools for building and installing software, instead, refer to the GNU Autotools documentation, the INSTALL file and the "configure --help" output for more information. * If you're not familiar with GNU Autotools and/or installing software from the source code, you may prefer to install cclive using a binary package, instead. You can find cclive packaged for many distros already. * If you have previously installed cclive from the source code to your system, the recommended practice is to uninstall the previous installation first, before you continue with the new one. You would, typically, run "make uninstall" (as root if necessary) from the same directory you ran "make install" from. * If you are building cclive from the git repository code, run the `bootstrap.sh' first. This generates the configuration files. See also the -h output for any additional info. Simple install procedure ------------------------ % ./configure && make [ Become root if necessary ] % make install The configure script supports also the following options which are relevant to the installation: --with(out)-manual Install the manual page for cclive --(enable|disable)-ccl (default:yes) Make a symbolic link from 'cclive' (executable) to 'ccl'. Requirements ------------ * libquvi 0.4 http://quvi.sourceforge.net/ $ sudo aptitude install libquvi-dev * libpcre 8.02 http://pcre.org $ sudo aptitude install libpcre3-dev * libboost 1.49.0 http://www.boost.org/ $ sudo aptitude install libboost-program-options-dev libboost-system-dev \ libboost-filesystem-dev libboost-iostreams-dev \ libboost-date-time-dev * libcurl 7.20.0 http://curl.haxx.se/ $ sudo aptitude install libcurl4-gnutls-dev (or libcurl4-openssl-dev) * glibmm 2.24.2 http://library.gnome.org/devel/glibmm/ $ sudo aptitude install libglibmm-2.4-dev * GLib 2.24.2 http://library.gnome.org/devel/glib/ $ sudo aptitude install libglib2.0-dev * pkg-config for tracking the compilation flags needed for libraries http://www.freedesktop.org/software/pkgconfig/ $ sudo aptitude install build-essential * GNU make is recommended http://www.gnu.org/software/make/ $ sudo aptitude install build-essential How to report bugs ================== Please see: http://cclive.sourceforge.net/#bugs Patches ======= Please see: http://cclive.sourceforge.net/contrib/ License ======= cclive is Free Software, licensed under the GNU Affero GPLv3+.
About
The media stream extraction tool
Resources
License
Stars
Watchers
Forks
Packages 0
No packages published