forked from GNOME/rhythmbox
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathINSTALL.quick
40 lines (30 loc) · 1.14 KB
/
INSTALL.quick
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
Prerequisites
=============
Rhythmbox requires the following packages:
- A working GNOME platform (more specifically, you need glib 2.36, gtk+ 3.12,
and libsoup 2.42)
- totem-plparser 3.2.0 or newer
- GStreamer 1.4.0. or newer and associated plugin packages
- libpeas 0.7.3 or newer
- json-glib
- libxml2 2.7.8 or newer
- tdb 1.2.6 or newer
Rhythmbox can also make use of the following packages:
- pygobject 3.0.0 or newer for python plugin support
- GUdev 143 or newer, or HAL (for iPod and generic audio player support)
- libgpod 0.6 or newer (for iPod support)
- libmusicbrainz 3.0.2 or 4.0.0 or newer (for audio CD track listings)
- libnotify 0.7 or newer
- libbrasero-media 2.31.5 or newer
- libdmapsharing 2.9.11 or newer
- libmtp 0.3.0 or newer
- grilo 0.3.0 or newer
Simple install procedure
========================
% ./configure # run the 'configure' script
% make # build Rhythmbox
[ Become root if necessary ]
% make install # install Rhythmbox
The Details
===========
More detailed installation instructions can be found in INSTALL.