udapted vi.po
[rhythmbox.git] / INSTALL.quick
blob618838a6ac12f8f4ba06f24e0205662a31a8e3f0
1 Prerequisites
2 =============
4 Rhythmbox requires the following packages:
6 - A working GNOME 2.10 platform (more specifically, you need glib-2.6, gtk+-2.6,
7   gnome-vfs-2.10, libgnome-2.10, gconf-2.10 and libglade-2.10)
8 - Totem-plparser 1.1.5, which can be gotten by installing totem 1.1.5 or higher
9 - libnautilus-burn 2.9.0 or newer, which can be gotten by installing 
10   nautilus-cd-burner
11 - GStreamer 0.8 or 0.10 and associated plugin packages.  For GStreamer 0.8,
12   gst-plugins 0.8.9 or later is required.  For GStreamer 0.10, gst-plugins-base
13   is required, and the other plugin packages are recommended.  Later releases
14   of GStreamer are better in general.
16 Rhythmbox can also make use of the following packages:
18 - D-BUS 0.35 or newer
19 - HAL 0.2 or newer (for iPod and generic audio player support)
20 - Howl, or Avahi 0.5 or newer (for DAAP)
21 - libsoup 2.2 or newer (for DAAP and Audioscrobbler)
22 - libmusicbrainz 2.1.0 or newer (for audio CD track listings)
23 - libnotify 0.2.2 or newer
26 Simple install procedure
27 ========================
29   % ./configure                                  # run the 'configure' script
30   % make                                         # build Rhythmbox
31   [ Become root if necessary ]
32   % make install                                 # install Rhythmbox
34 The Details
35 ===========
37 More detailed installation instructions can be found in INSTALL.
39 arch-tag: Quick installation documentation file