Sophie

Sophie

distrib > Fedora > 13 > i386 > media > os > by-pkgid > 001d4eb3516421026cf8a26e5b2eac62 > files > 346

picard-0.12.1-1.fc13.i686.rpm

MusicBrainz Picard Installation
===============================

Dependencies
------------

Before installing Picard, you need to have these libraries:

 * Python 2.5 or newer
   http://python.org
 
 * PyQt 4.1 with Qt 4.2 or newer
   http://www.riverbankcomputing.co.uk/software/pyqt/intro
   http://www.trolltech.com/products/qt/

 * Mutagen 1.11 or newer
   http://code.google.com/p/quodlibet/wiki/Development/Mutagen

 * libdiscid (optional)
   http://musicbrainz.org/doc/libdiscid

 * FFmpeg (optional)
   http://ffmpeg.mplayerhq.hu/

 * libofa (optional)
   http://code.google.com/p/musicip-libofa/


Installation
------------

After installing the dependencies, you can install Picard by running:

  python setup.py config
  sudo python setup.py install

This will automatically build and install all required Python modules. To
start Picard now you can use:

  picard


Running From the Source Tree
----------------------------

If you want to run Picard from the source directory without installing, you
need to build the C extensions and locales manually:

  python setup.py config
  python setup.py build_ext -i
  python setup.py build_locales -i

And to start Picard use:

  python tagger.py