1 | <sect1 id="kde-core-arts" xreflabel="arts-&arts-version;">
|
---|
2 | <?dbhtml filename="arts.html" dir="kde"?>
|
---|
3 | <title>aRts-&arts-version;</title>
|
---|
4 |
|
---|
5 | <para><screen>Download location (FTP): <ulink url="&arts-download-ftp;"/>
|
---|
6 | Version used: &arts-version;
|
---|
7 | Package size: &arts-download-size;
|
---|
8 | Estimated build disk space: &arts-build-size;
|
---|
9 | Estimated installed space: &arts-install-size;
|
---|
10 | Estimated build time: &arts-build-time;</screen></para>
|
---|
11 |
|
---|
12 | <para>The Analog Realtime Synthesizer (aRts) provides sound support for KDE.
|
---|
13 | It provides necessary libraries for kdelibs. The following package is required to install aRts:
|
---|
14 | <screen><xref linkend="qt"/></screen></para>
|
---|
15 |
|
---|
16 | <para>It will use the following recommended packages, if installed:
|
---|
17 | <screen><xref linkend="alsa"/>, <xref linkend="audiofile"/>, and <xref linkend="libvorbis"/>.</screen></para>
|
---|
18 |
|
---|
19 | <para>Before starting the build, ensure you have the QTDIR environment variable set
|
---|
20 | <screen><userinput>export QTDIR=/opt/qt</userinput></screen></para>
|
---|
21 |
|
---|
22 |
|
---|
23 | <para><screen><userinput>./configure --prefix=&kde-dir; --disable-debug \
|
---|
24 | --disable-dependency-tracking &&
|
---|
25 | make &&
|
---|
26 | make install &&
|
---|
27 | ln -sfn &kde-dir; /opt/kde</userinput></screen></para>
|
---|
28 |
|
---|
29 | <note><para>Another configure option is <userinput>--enable-final</userinput>.
|
---|
30 | This option can speed up the build process, but requires a lot of memory. If
|
---|
31 | you have less than 256MB of RAM, this option may cause swapping and
|
---|
32 | significantly slow compilation.</para></note>
|
---|
33 |
|
---|
34 | <sect2><title>aRts Installation Commmand explanations</title>
|
---|
35 | <para><userinput>--prefix=&kde-dir;:</userinput> This option tells the
|
---|
36 | process to install the package in &kde-dir;. We put aRts here because this
|
---|
37 | package is required before installing KDE.</para>
|
---|
38 |
|
---|
39 | <para><userinput>--disable-debug:</userinput> This option causes the
|
---|
40 | system to be compiled without debugging code.
|
---|
41 | </para>
|
---|
42 |
|
---|
43 | <para><userinput>--disable-dependency-tracking:</userinput> This option speeds
|
---|
44 | up one time builds.</para>
|
---|
45 |
|
---|
46 | <para><userinput>ln -sfn &kde-dir; /opt/kde:</userinput> This command creates
|
---|
47 | a link for access to KDE. If a newer version of KDE is released, the new
|
---|
48 | system can be built by changing the <userinput>--prefix</userinput> location
|
---|
49 | and then set up by changing the link as this command does.
|
---|
50 | </para>
|
---|
51 |
|
---|
52 | </sect2>
|
---|
53 |
|
---|
54 | <sect2><title>Configuring aRts</title>
|
---|
55 | <para>The library directory <filename class="directory">/opt/kde/lib</filename>
|
---|
56 | should appear in <filename>/etc/ld.so.conf</filename>
|
---|
57 | so that ldd can find the shared libraries. The following command will add it
|
---|
58 | if it is missing:
|
---|
59 | <screen><userinput>cat >> /etc/ld.so.conf << "EOF"</userinput>
|
---|
60 | # Begin kde addition to /etc/ld.so.conf
|
---|
61 |
|
---|
62 | /opt/kde/lib
|
---|
63 |
|
---|
64 | # End kde addition
|
---|
65 | <userinput>EOF
|
---|
66 | ldconfig</userinput></screen></para>
|
---|
67 | </sect2>
|
---|
68 | </sect1>
|
---|