* TO INSTALL
** Requirements

Qt, optional KDE, id3lib, TagLib, libogg, libvorbis, libvorbisfile, libFLAC++,
libFLAC, Chromaprint, mp4v2.

** Linux

*** Compile for KDE 4

cmake . -DWITH_APPS=KDE
make
make install

*** Compile for Qt 4 (no KDE)

cmake . -DCMAKE_BUILD_TYPE=Release -DWITH_APPS=Qt
make
make install

The install directory can be assigned to DESTDIR

*** Create Debian Packages

Make sure that you have installed all packages listed in deb/control,
section Build-Depends.

./build-deb.sh

*** Create RPM Package

Copy kid3.spec into the SPEC directory
and the tar.gz archive into the SOURCES directory.

rpmbuild -ba kid3.spec


** Windows

 - Install Qt/Windows Open Source Edition, CMake, MinGW and MSYS
 - Compile and install the libraries with MinGW and MSYS: id3lib, libvorbis,
   libogg, FLAC, TagLib using the script buildlibs.sh
 - Install xsltproc and an XSL stylesheet to transform Docbook to HTML
   (http://sourceforge.net/projects/docbook)
 - Point environment variables to the installed programs:
   * %PERLDIR%\bin\perl
   * %XSLTPROCDIR%\xsltproc
   * %DOCBOOKDIR%\html\docbook.xsl
   * %DUMPBINDIR%\dumpbin
   * %CMAKEDIR%\bin\cmake
 - start win32/buildkid3.bat to build and create a ZIP-file


** Mac OS X

 - Install Qt libraries for Mac, CMake and XCode
 - Compile and install the libraries id3lib, libvorbis,
   libogg, FLAC, TagLib using the script buildlibs.sh
 - Install xsltproc and an XSL stylesheet to transform Docbook to HTML
   (http://sourceforge.net/projects/docbook) in
   $HOME/docbook-xsl-1.72.0/html/docbook.xsl
 - start macosx/buildkid3.sh to build and create a dmg image
