Picard Qt/Fink Install Guide: Difference between revisions

From MusicBrainz Wiki
Jump to navigationJump to search
m (1 revision(s))
 
No edit summary
Line 32: Line 32:
</pre>
</pre>


[[Category:To Be Reviewed]]
[[Category:Category:MusicBrainz_Picard]]

Revision as of 00:58, 28 March 2010

Running Picard under fink

This is a brief guide to running Picard on Mac OS X using fink and X11.

You will need to be running the unstable version of fink.

Here is a list of required fink packages:

  • python25
  • qt4-x11
  • pyqt4-py25
  • sip-py25
  • libmusicbrainz4

Then manually download and install Mutagen from http://www.sacredchao.net/quodlibet/wiki/Development/Mutagen

 tar -zxvf mutagen-1.14.tar.gz
 cd mutagen-1.14
 /sw/bin/python2.5 setup.py build
 sudo /sw/bin/python2.5 setup.py install

Then download Picard from: http://musicbrainz.org/doc/PicardDownload

  tar -zxvf picard-0.10.tar.gz
  cd picard-0.10
  /sw/bin/python2.5 setup.py config
  /sw/bin/python2.5 setup.py build_ext -i
  /sw/bin/python2.5 setup.py build_locales -i

Finally, make sure you have X11 running and run:

  /sw/bin/python2.5 tagger.py