~ubuntu-branches/ubuntu/intrepid/kdebluetooth/intrepid-proposed

« back to all changes in this revision

Viewing changes to doc/ca/download.docbook

  • Committer: Bazaar Package Importer
  • Author(s): Anthony Mercatante
  • Date: 2008-08-07 09:49:47 UTC
  • mto: This revision was merged to the branch mainline in revision 56.
  • Revision ID: james.westby@ubuntu.com-20080807094947-pj6q3uxwuv7l844q
Tags: upstream-0.1
Import upstream version 0.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<chapter id="download">
2
 
<title
3
 
>Obtenir <application
4
 
>l'estructura Bluetooth per a KDE</application
5
 
></title>
6
 
<sect1 id="download.packages">
7
 
<title
8
 
>Paquets</title>
9
 
<para
10
 
>&The.framework; is currently being developed as a part of kdeextragear-3 (link). You can check out a copy of it via anonymous CVS, but if you don't plan to play with the sources yourself or send us patches, we recommend using a package for your distribution. Using packages will save you a lot of time and grey hair when dependencies change or files are moved around. </para>
11
 
 
12
 
<para>
13
 
<variablelist>
14
 
<title
15
 
>Distribucions suportades actualment</title>
16
 
<varlistentry>
17
 
 
18
 
<term
19
 
>Debian Sid</term>
20
 
<listitem
21
 
><para
22
 
>Podeu usar les següents línies en el vostre <filename
23
 
>/etc/apt/sources.list</filename
24
 
>: <screen
25
 
># KDE-Bluetooth
26
 
deb http://fred.hexbox.de/debian ./
27
 
</screen>
28
 
</para
29
 
></listitem>
30
 
</varlistentry>
31
 
 
32
 
<varlistentry>
33
 
<term
34
 
>Gentoo Linux</term>
35
 
<listitem>
36
 
<para
37
 
>L'últim ebuild ja es troba en l'arbre portage de gentoo, també podeu comprovar http://bugs.gentoo.org per als ebuild que estiguin pendents d'entrega.</para>
38
 
<para
39
 
>També podeu descarregar un ebuild del CVS per a kdebluetooth des d'<ulink url="http://members.xoom.virgilio.it/motaboy/ebuilds"
40
 
>aquí</ulink
41
 
>.</para>
42
 
</listitem>
43
 
</varlistentry>
44
 
 
45
 
<varlistentry>
46
 
<term
47
 
>SuSE</term>
48
 
 
49
 
<listitem
50
 
><para
51
 
>Podeu descarregar l'RPM per a SuSE 8.2 des d'<ulink url="http://sra.itc.it/people/merzi/kdebluetooth-0.0.cvs.20040210.i686.rpm"
52
 
>aquí</ulink
53
 
> (gràcies a Filippo Biondi), per a SuSE 9.0 des d'<ulink url="http://www.hilzinger.hu/ch/linux.html"
54
 
>aquí</ulink
55
 
> (gràcies a Marcel Hilzinger) o el fitxer .spec de RPM per a SuSE 9.0 des d'<ulink url="http://sra.itc.it/people/merzi/kdebluetooth.spec"
56
 
>aquí</ulink
57
 
> (gràcies a Michael Sabielny).</para>
58
 
 
59
 
<para
60
 
>1) Get the latest CVS version of kde-bluetooth. 2) Make a bzip'd tar ball of it: <filename
61
 
>tar cvjf kdebluetooth.tar.bz2 kdebluetooth</filename
62
 
> 3) Copy the tar ball to <filename
63
 
>/usr/src/packages/SOURCES</filename
64
 
> 4) Copy the spec file to <filename
65
 
>/usr/src/packages/SPECS</filename
66
 
> 5) Make sure, that all necessary additional software is installed: <filename
67
 
>kdelibs3 kdelibs3-devel qt3 qt3-devel openobex arts</filename
68
 
> <filename
69
 
>bluez-sdp bluez-libs bluez-utils xmms xmms-devel</filename
70
 
> 6) Build the package with <filename
71
 
>cd /usr/src/packages</filename
72
 
> <filename
73
 
>rpmbuild -ba SPECS/kdebluetooth.spec</filename
74
 
> </para>
75
 
</listitem>
76
 
</varlistentry>
77
 
 
78
 
</variablelist>
79
 
</para>
80
 
</sect1>
81
 
 
82
 
<sect1 id="download.tarballs">
83
 
<title
84
 
>Tarballs</title>
85
 
<para
86
 
>If your distribution is not supported and you don't want to install from CVS, you can use <ulink url="http://fred.hexbox.de/debian/"
87
 
> completely untested tarballs</ulink
88
 
>. Feeback is welcome. </para>
89
 
</sect1>
90
 
 
91
 
<sect1 id="download.cvs">
92
 
<title
93
 
>Anonymous CVS</title>
94
 
<para
95
 
>The KDE Bluetooth Framework is being developed in <ulink url="http://webcvs.kde.org/cgi-bin/cvsweb.cgi/kdeextragear-3/kdebluetooth"
96
 
> kdeextragear-3</ulink
97
 
>. The CVS on kde-bluetooth.sf.net is not used anymore. </para>
98
 
<para
99
 
>The check out the current development version of kdebluetooth, do the following: <screen>
100
 
export CVSROOT=:pserver:anonymous@anoncvs.kde.org:/home/kde
101
 
cvs checkout kdeextragear-3/kdebluetooth
102
 
cvs checkout -l kdeextragear-3
103
 
cvs checkout kde-common
104
 
cd kdeextragear-3
105
 
ln -s ../kde-common/admin
106
 
make -f Makefile.cvs
107
 
./configure --prefix=... ..
108
 
cd kdebluetooth
109
 
make
110
 
make install
111
 
</screen
112
 
> Depending on your distribution you might have to change some options of the configure script. If you don't have good reasons not to do so, you should use the prefix of your KDE installation as the prefix for ./configure. See <command
113
 
>kde-config --prefix</command
114
 
> to find out the correct prefix and <command
115
 
>./configure --help</command
116
 
> for more available options. </para>
117
 
</sect1>
118
 
</chapter>