~ubuntu-branches/ubuntu/feisty/kid3/feisty

« back to all changes in this revision

Viewing changes to INSTALL

  • Committer: Bazaar Package Importer
  • Author(s): Aurelien Jarno
  • Date: 2004-04-29 02:11:57 UTC
  • Revision ID: james.westby@ubuntu.com-20040429021157-omrdcw8270prqiun
Tags: upstream-0.4
ImportĀ upstreamĀ versionĀ 0.4

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
*** TO INSTALL
 
2
 
 
3
*** Linux
 
4
 
 
5
*** Compile for KDE
 
6
 
 
7
./configure
 
8
make
 
9
make install
 
10
 
 
11
*** Compile for Qt (no KDE)
 
12
 
 
13
./make_qtonly.sh
 
14
 
 
15
The install directory can be given as an optional parameter,
 
16
default is kid3qt.
 
17
 
 
18
*** Windows
 
19
 
 
20
*** Compile with non-commercial Qt version 2.3.0
 
21
 
 
22
If you want to use language files like kid3_de.qm for German
 
23
translations, generate them from KDE/Linux. They can be used for
 
24
example with "set LANG=de".
 
25
 
 
26
Qt must be installed and QTDIR set. The id3lib binaries and includes
 
27
must be installed.
 
28
 
 
29
nmake /f kid3.mak
 
30
 
 
31
To compile using Visual C++, use the files kid3.dsp, kid3.dsw.