*** TO INSTALL

*** Linux

*** Compile for KDE

./configure # for SuSE use option --prefix=/opt/kde3
make
make install

To use precompiled headers (GCC 3.4):
./configure --enable-gcc-pch # for SuSE use option --prefix=/opt/kde3
make pch
make
make install

*** Compile for Qt (no KDE)

./make_qtonly.sh

The install directory can be given as an optional parameter,
default is kid3qt.

*** Windows

*** Compile with non-commercial Qt version 2.3.0

If you want to use language files like kid3_de.qm for German
translations, generate them from KDE/Linux. They can be used for
example with "set LANG=de".

Qt must be installed and QTDIR set. The id3lib binaries and includes
must be installed.

nmake /f kid3.mak

To compile using Visual C++, use the files kid3.dsp, kid3.dsw.
