~ubuntu-branches/ubuntu/wily/kid3/wily-proposed

« back to all changes in this revision

Viewing changes to INSTALL

  • Committer: Package Import Robot
  • Author(s): Ana Beatriz Guerrero Lopez, Patrick Matthäi, Ana Beatriz Guerrero Lopez
  • Date: 2011-11-13 16:34:13 UTC
  • mfrom: (1.1.13) (2.1.11 sid)
  • Revision ID: package-import@ubuntu.com-20111113163413-5y0anlc4dqf511uh
Tags: 2.0.1-1
* New upstream release.

[ Patrick Matthäi ]
* Adjust build system.
* Add build dependency xsltproc.

[ Ana Beatriz Guerrero Lopez ]
* Some more adjustments to the build system taken from upstream's deb/
* directory.

Show diffs side-by-side

added added

removed removed

Lines of Context:
12
12
make
13
13
make install
14
14
 
15
 
If KDE 4 is installed in its own tree (e.g. on Kubuntu before 8.10),
16
 
set the prefix with the -D option, e.g.
17
 
cmake -DCMAKE_INSTALL_PREFIX=/usr/lib/kde4/ .
18
 
 
19
 
*** Compile for KDE 3
20
 
 
21
 
# if configure does not exist: make -f Makefile.cvs
22
 
 
23
 
./configure
24
 
# for SuSE use option --prefix=/opt/kde3
25
 
# for Debian use option --prefix=/usr
 
15
*** Compile for Qt 4 (no KDE)
 
16
 
 
17
cmake . -DCMAKE_BUILD_TYPE=Release -DWITH_KDE=OFF
26
18
make
27
19
make install
28
20
 
29
21
The install directory can be assigned to DESTDIR
30
22
 
31
 
*** Compile for Qt 4 (no KDE)
32
 
 
33
 
cd kid3-qt
34
 
 
35
 
# if configure does not exist: autoconf
36
 
 
37
 
./configure --with-qmake=qmake-qt4
38
 
make
39
 
make install
40
 
 
41
 
The install directory can be assigned to INSTALL_ROOT
42
 
 
43
 
*** Compile for Qt 3
44
 
 
45
 
cd kid3-qt
46
 
./configure --with-qmake=qmake-qt3
47
 
make
48
 
make install
49
 
 
50
23
*** Create Debian Packages
51
24
 
52
25
Make sure that you have installed all packages listed in deb/control,
64
37
 
65
38
** Windows
66
39
 
67
 
 - Install Qt/Windows Open Source Edition, MinGW and MSYS
 
40
 - Install Qt/Windows Open Source Edition, CMake, MinGW and MSYS
68
41
 - Compile and install the libraries with MinGW and MSYS: id3lib, libvorbis,
69
42
   libogg, FLAC, TagLib using the script buildlibs.sh
70
43
 - Install xsltproc and an XSL stylesheet to transform Docbook to HTML
71
44
   (http://sourceforge.net/projects/docbook)
72
45
 - Point environment variables to the installed programs:
73
 
   * %MSYSDIR%\bin\perl
 
46
   * %PERLDIR%\bin\perl
74
47
   * %XSLTPROCDIR%\xsltproc
75
48
   * %DOCBOOKDIR%\html\docbook.xsl
76
 
 - start win32/buildkid3.bat to build, then createpkg.bat to create a
77
 
   ZIP-file
 
49
   * %DUMPBINDIR%\dumpbin
 
50
   * %CMAKEDIR%\bin\cmake
 
51
 - start win32/buildkid3.bat to build and create a ZIP-file
78
52
 
79
53
 
80
54
** Mac OS X
81
55
 
82
 
 - Install Qt libraries for Mac and XCode
 
56
 - Install Qt libraries for Mac, CMake and XCode
83
57
 - Compile and install the libraries id3lib, libvorbis,
84
58
   libogg, FLAC, TagLib using the script buildlibs.sh
85
59
 - Install xsltproc and an XSL stylesheet to transform Docbook to HTML
86
60
   (http://sourceforge.net/projects/docbook) in
87
61
   $HOME/docbook-xsl-1.72.0/html/docbook.xsl
88
 
 - start macosx/buildkid3.sh to build, then createpkg.sh to create a
89
 
   dmg image
 
62
 - start macosx/buildkid3.sh to build and create a dmg image