History:How to Build Picard for Windows

From MusicBrainz Wiki
Revision as of 13:17, 30 September 2012 by LukasLalinsky (talk | contribs)
Jump to navigationJump to search

This page explains the process of building the Picard installes for Windows. It only works for Picard 1.2 and newer, which no longer supports AmpliFIND.

Requirements

Running Picard From Sources

Before you can run Picard from sources, you need to build the C extension. Start the VS console using "Visual Studio 2008 Command Prompt", go to the source directory and run this command:

python setup.py build_ext -i

After you have done this, you can run Picard directly from the sources using:

python tagger.py

In order to have a fully functional copy of Picard, you need to get add discid.dll and fpcalc.exe to the source directory.

Building the Installer

If you have done all steps necessary to run Picard from sources and it works, you can build the installer using this command:

python setup.py bdist_nsis

Known issues

  • It is possible that the resulting picard.exe does not show the proper file icon. This is probably a bug of py2exe on Vista. You can fix the icon with the tool Resource Hacker or any other tool, that can edit the resources in executables.