File: INSTALL.txt

package info (click to toggle)
picard 0.9.0-4
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 2,256 kB
  • ctags: 1,426
  • sloc: python: 11,465; cpp: 342; ansic: 322; makefile: 62
file content (55 lines) | stat: -rw-r--r-- 1,236 bytes parent folder | download | duplicates (2)
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
MusicBrainz Picard Installation
===============================

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

Before installing Picard, you need to have these libraries:

 * PyQt 4.1 with Qt 4.2 or newer
   http://www.riverbankcomputing.co.uk/pyqt/
   http://www.trolltech.com/products/qt/

 * Mutagen 1.9 or newer
   http://www.sacredchao.net/quodlibet/wiki/Development/Mutagen

 * ctypes (optional, only needed for Python 2.4)
   http://python.net/crew/theller/ctypes/

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

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

 * libofa (optional)
   http://www.musicip.com/dns/downloads.jsp


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