From ccbebf3acda482bf7961fcdb855b68ee425510be Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luk=C3=A1=C5=A1=20Lalinsk=C3=BD?= Date: Thu, 19 Oct 2006 22:02:57 +0200 Subject: [PATCH] Updated install instructions. --- INSTALL => INSTALL.txt | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) rename INSTALL => INSTALL.txt (83%) diff --git a/INSTALL b/INSTALL.txt similarity index 83% rename from INSTALL rename to INSTALL.txt index 236f3a818..88fc45738 100644 --- a/INSTALL +++ b/INSTALL.txt @@ -7,8 +7,9 @@ Dependencies Before installing Picard, you need to have these libraries: * PyQt - http://www.riverbankcomputing.co.uk/pyqt/ - * python-musicbrainz2 - http://musicbrainz.org/doc/PythonMusicBrainz2 * Mutagen - http://www.sacredchao.net/quodlibet/wiki/Development/Mutagen + * python-musicbrainz2 - http://musicbrainz.org/doc/PythonMusicBrainz2 + * libofa - http://www.musicdns.org/downloads Installation ------------ @@ -25,12 +26,13 @@ start Picard now you can use:: Running From the Source Tree ---------------------------- -If you want to run Picardfrom the source directory without installing, you +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 build_ext -i - python setup.py build_locales + python setup.py build_locales -i And to start Picard use:: python tagger.py +