source: kde/core/pre-install-config.xml@ fc20429

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 6.0 6.1 6.2 6.2.0 6.2.0-rc1 6.2.0-rc2 6.3 6.3-rc1 6.3-rc2 6.3-rc3 7.10 7.4 7.5 7.6 7.6-blfs 7.6-systemd 7.7 7.8 7.9 8.0 8.1 8.2 8.3 8.4 9.0 9.1 basic bdubbs/svn elogind gnome kde5-13430 kde5-14269 kde5-14686 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts krejzi/svn lazarus lxqt nosym perl-modules plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition systemd-11177 systemd-13485 trunk upgradedb v5_1 v5_1-pre1 xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since fc20429 was fc20429, checked in by Igor Živković <igor@…>, 20 years ago

updated to kde-3.2.2 and koffice-1.3.1

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@2209 af4574ff-66df-0310-9fd7-8a98e5e911e0

  • Property mode set to 100644
File size: 2.2 KB
Line 
1<sect1 id="kde-pre-install-config">
2<?dbhtml filename="pre-install-config.html"?>
3<title>Pre-installation configuration</title>
4
5<para>Based on your preference, set <envar>KDE_PREFIX</envar>.</para>
6
7<para>If <application><acronym>KDE</acronym></application> is your
8desktop of choice:</para>
9
10<screen><userinput><command>export KDE_PREFIX=/usr</command></userinput></screen>
11
12<para>If you want to try-out
13<application><acronym>KDE</acronym></application>:</para>
14
15<screen><userinput><command>export KDE_PREFIX=/opt/kde-&kde-version;</command></userinput></screen>
16
17<para>Remember to execute <command>ldconfig</command> after installation
18of libraries to update the library cache.</para>
19
20<para>If you are not installing <acronym>KDE</acronym> in
21<filename class="directory">/usr</filename> you will need to make some
22configuration changes:</para>
23
24<para>Add to your system or personal profile:</para>
25
26<screen><userinput><command>export PATH=$PATH:/opt/kde-&kde-version;/bin
27export PKG_CONFIG_PATH=$PKG_CONFIG_PATH:/opt/kde-&kde-version;/lib/pkgconfig</command></userinput></screen>
28
29<para>Add to your <filename>/etc/ld.so.conf</filename>:</para>
30
31<screen><userinput><command>cat &gt;&gt; /etc/ld.so.conf &lt;&lt; "EOF"</command>
32# Begin kde addition to /etc/ld.so.conf
33
34/opt/kde-&kde-version;/lib
35
36# End kde addition
37<command>EOF</command></userinput></screen>
38
39<para>Add to your <filename>/etc/man.conf</filename>:</para>
40
41<screen><userinput><command>cat &gt;&gt; /etc/man.conf &lt;&lt; "EOF"</command>
42# Begin kde addition to man.conf
43
44MANPATH /opt/kde-&kde-version;/man
45
46# End kde addition to man.conf
47<command>EOF</command></userinput></screen>
48
49<tip>
50<para>If you prefer installing <acronym>KDE</acronym> in
51<filename class="directory">/opt</filename>
52one trick to avoid the above configuration changes every time you
53install the new version is to replace
54<filename class="directory">/opt/kde-&kde-version;</filename>
55with <filename class="directory">/opt/kde</filename> and to create a symlink from
56<filename class="directory">/opt/kde-&kde-version;</filename>
57to <filename class="directory">/opt/kde</filename>.</para>
58<screen><userinput><command>ln -sf kde-&kde-version; /opt/kde</command></userinput></screen>
59</tip>
60
61</sect1>
Note: See TracBrowser for help on using the repository browser.