forked from freevo/freevo1
-
Notifications
You must be signed in to change notification settings - Fork 0
/
INSTALL
75 lines (44 loc) · 1.96 KB
/
INSTALL
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
Installation instructions for Freevo
------------------------------------
$Id$
Detailed help is in the Freevo Wiki at
http://freevo.sourceforge.net/cgi-bin/doc
http://freevo.sourceforge.net/cgi-bin/doc/Installation
Short description:
------------------
To install Freevo, run 'python setup.py install' as root. If you
don't want to install Freevo, you can also start Freevo directly in
the unpacked tarball.
You need to have all dependencies installed.
Dependencies:
-------------
Freevo has many dependencies. Based on your distribution, it's more or
less easy to install everything.
o Redhat 9 (and maybe other RPM based distributions)
There is a list of needed RPMs to install Freevo in
contrib/rpm/freevo-deps.txt.
o Gentoo:
You need to update your portage tree with some missing packages. Get
rsync-freevo at http://freevo.sourceforge.net/gentoo/rsync-freevo
and start it. You should get a Freevo ebuild. Now you can run
'emerge freevo' to install Freevo.
o Debian / Ubuntu :
Freevo is part of Debian and of Ubuntu; to install it, run
# apt-get install freevo
as root.
o If you want to install Freevo on a different distribution, here is
a list of all dependencies (some have other dependencies in turn, check the
website for details)
Python 2.2.2 or higher http://www.python.org/
Pygame http://www.pygame.org/
Imaging (PIL) http://www.pythonware.com/products/pil/
Twisted http://twistedmatrix.com/
mmpython http://www.sf.net/projects/mmpython
pylirc (optional) http://pylirc.sourceforge.net/
External programs (all are optional except MPlayer)
MPlayer http://www.mplayerhq.hu/
Xine http://www.xinehq.de/
XMLTV http://membled.com/work/apps/xmltv/
tvtime http://tvtime.sourceforge.net/
You can find more details on
http://freevo.sourceforge.net/cgi-bin/doc/Installation