~ubuntu-branches/ubuntu/karmic/kid3/karmic

« back to all changes in this revision

Viewing changes to INSTALL

  • Committer: Bazaar Package Importer
  • Author(s): Patrick Matthäi
  • Date: 2009-05-20 16:12:30 UTC
  • mfrom: (1.2.3 upstream)
  • mto: This revision was merged to the branch mainline in revision 23.
  • Revision ID: james.westby@ubuntu.com-20090520161230-qetp532r8ydujkz2
Tags: upstream-1.2
Import upstream version 1.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
47
47
make
48
48
make install
49
49
 
50
 
*** Create Debian Packages for KDE 3
51
 
 
52
 
Make sure that you have installed all packages listed in deb-kde3/control,
53
 
section Build-Depends.
54
 
 
55
 
./build-deb-kde3.sh
56
 
 
57
 
*** Create Debian Packages for Qt
58
 
 
59
 
Make sure that you have installed all packages listed in deb-qt/control,
60
 
section Build-Depends.
61
 
 
62
 
./build-deb-qt.sh
63
 
 
64
 
*** Create Debian Package for KDE 4
65
 
 
66
 
Make sure that you have installed all packages listed in deb-kde4/control,
67
 
section Build-Depends.
68
 
 
69
 
./build-deb-kde4.sh
 
50
*** Create Debian Packages
 
51
 
 
52
Make sure that you have installed all packages listed in deb/control,
 
53
section Build-Depends.
 
54
 
 
55
./build-deb.sh
70
56
 
71
57
*** Create RPM Package
72
58
 
73
 
Eventually change the prefix (/opt/kde3) and the configure arguments in
74
 
kid3.spec. They should work with SUSE. Copy kid3.spec into the SPEC directory
 
59
Copy kid3.spec into the SPEC directory
75
60
and the tar.gz archive into the SOURCES directory.
76
61
 
77
 
rpm -ba kid3.spec
78
 
 
 
62
rpmbuild -ba kid3.spec
 
63
 
79
64
 
80
65
** Windows
81
66