-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathREADME
102 lines (70 loc) · 2.61 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
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.42.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)
* 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 GPLv3+.