root/freevo/INSTALL

Revision 2, 2.3 kB (checked in by dmeyer, 2 years ago)

Rename rel-1-5 to rel-1

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
Line 
1Installation instructions for Freevo
2------------------------------------
3
4$Id$
5
6
7Detailed help is in the Freevo Wiki at
8http://freevo.sourceforge.net/cgi-bin/doc
9http://freevo.sourceforge.net/cgi-bin/doc/Installation
10
11
12Short description:
13------------------
14
15   To install Freevo, run 'python setup.py install' as root. If you
16   don't want to install Freevo, you can also start Freevo directly in
17   the unpacked tarball.
18
19   You need to have all dependencies installed.
20
21
22
23
24Dependencies:
25-------------
26
27Freevo has many dependencies. Based on your distribution, it's more or
28less easy to install everything.
29
30
31o Redhat 9 (and maybe other RPM based distributions)
32
33  There is a list of needed RPMs to install Freevo in
34  contrib/rpm/freevo-deps.txt.
35
36
37
38o Gentoo:
39
40  You need to update your portage tree with some missing packages. Get
41  rsync-freevo at http://freevo.sourceforge.net/gentoo/rsync-freevo
42  and start it. You should get a Freevo ebuild. Now you can run
43  'emerge freevo' to install Freevo.
44
45
46
47o Debian:
48
49  A Debian apt source is available and includes all the dependencies
50  you'll need.
51  You should add this to your /etc/apt/sources.list file:
52
53  deb http://freevo.sourceforge.net/debian unstable main
54  deb http://marillat.free.fr/ unstable main
55
56  (The second source provides mplayer and other multimedia packages)
57
58  Then, simply run apt-get update && apt-get install Freevo to fetch
59  all the dependencies you'll need to run Freevo.
60
61
62
63o If you want to install Freevo on a different distribution, here is
64  a list of all dependencies (some have other dependencies in turn, check the
65  website for details)
66
67  Python 2.2.2 or higher        http://www.python.org/
68  Pygame                        http://www.pygame.org/
69  Imaging (PIL)                 http://www.pythonware.com/products/pil/
70  Twisted                       http://twistedmatrix.com/
71  mmpython                      http://www.sf.net/projects/mmpython
72  pylirc (optional)             http://pylirc.sourceforge.net/
73
74
75  External programs (all are optional except MPlayer)
76
77  MPlayer                       http://www.mplayerhq.hu/
78  Xine                          http://www.xinehq.de/
79  XMLTV                         http://membled.com/work/apps/xmltv/ 
80  tvtime                        http://tvtime.sourceforge.net/
81 
82  You can find more details on
83  http://freevo.sourceforge.net/cgi-bin/doc/Installation
Note: See TracBrowser for help on using the browser.