Changeset c201c951
- Timestamp:
- 05/08/2005 09:40:21 AM (18 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 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, ken/inkscape-core-mods, krejzi/svn, lazarus, nosym, perl-modules, plabs/python-mods, qt5new, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/soup3, xry111/test-20220226
- Children:
- 930557a
- Parents:
- 2f91010f
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kde/core/pre-install-config.xml
r2f91010f rc201c951 7 7 8 8 <sect1 id="kde-pre-install-config"> 9 <sect1info> 10 <othername>$LastChangedBy$</othername> 11 <date>$Date$</date> 12 </sect1info> 13 <?dbhtml filename="pre-install-config.html"?> 14 <title>KDE Pre-installation configuration</title> 9 <?dbhtml filename="pre-install-config.html"?> 15 10 16 <para>Based on your preference, set <envar>KDE_PREFIX</envar>.</para> 11 <sect1info> 12 <othername>$LastChangedBy$</othername> 13 <date>$Date$</date> 14 </sect1info> 17 15 18 <para>If <application><acronym>KDE</acronym></application> is your 19 desktop of choice:</para> 16 <title>KDE Pre-installation Configuration</title> 20 17 21 <screen><userinput><command>export KDE_PREFIX=/usr</command></userinput></screen>18 <para>Based on your preference, set <envar>KDE_PREFIX</envar>.</para> 22 19 23 <para>If you want to try-out 24 <application><acronym>KDE</acronym></application>:</para> 20 <para>If <application>KDE</application> is your desktop of choice:</para> 25 21 26 <screen><userinput> <command>export KDE_PREFIX=/opt/kde-&kde-version;</command></userinput></screen>22 <screen><userinput>export KDE_PREFIX=/usr</userinput></screen> 27 23 28 <para>Remember to execute <command>ldconfig</command> after installation 29 of libraries to update the library cache.</para> 24 <para>If you want to try-out <application>KDE</application>:</para> 30 25 31 <para>If you are not installing <acronym>KDE</acronym> in 32 <filename class="directory">/usr</filename>, you will need to make some 33 configuration changes:</para> 26 <screen><userinput>export KDE_PREFIX=/opt/kde-&kde-version;</userinput></screen> 34 27 35 <para>You should consider installing the <xref linkend="desktop-file-utils"/> 36 package. Though not required, this package will allow you to easily use 37 existing <filename>.desktop</filename> files in 38 <filename class='directory'>/usr/share/applications</filename> (and any other 39 locations identified by <envar>XDG_DATA_DIRS</envar>), and automatically add 40 these applications to the <acronym>KDE</acronym> menu system.</para> 28 <para>Remember to execute <command>ldconfig</command> after installation 29 of libraries to update the library cache.</para> 41 30 42 <para>Add to your system or personal profile:</para> 31 <para>If you are not installing <application>KDE</application> in 32 <filename class="directory">/usr</filename>, you will need to make some 33 configuration changes:</para> 43 34 44 <screen><userinput><command>export PATH=$PATH:/opt/kde-&kde-version;/bin 45 export PKG_CONFIG_PATH=$PKG_CONFIG_PATH:/opt/kde-&kde-version;/lib/pkgconfig</command></userinput></screen> 35 <para>You should consider installing the <xref linkend="desktop-file-utils"/> 36 package. Though not required, this package will allow you to easily use 37 existing <filename>.desktop</filename> files in 38 <filename class='directory'>/usr/share/applications</filename> (and any other 39 locations identified by <envar>XDG_DATA_DIRS</envar>), and automatically add 40 these applications to the <application>KDE</application> menu system.</para> 46 41 47 <para>Add to your <filename>/etc/ld.so.conf</filename>:</para>42 <para>Add to your system or personal profile:</para> 48 43 49 <screen><userinput><command>cat >> /etc/ld.so.conf << "EOF"</command> 50 # Begin kde addition to /etc/ld.so.conf 44 <screen><literal>export PATH=$PATH:/opt/kde-&kde-version;/bin 45 export PKG_CONFIG_PATH=$PKG_CONFIG_PATH:/opt/kde-&kde-version;/lib/pkgconfig</literal></screen> 46 47 <para>Add to your <filename>/etc/ld.so.conf</filename>:</para> 48 49 <screen role="root"><userinput>cat >> /etc/ld.so.conf << "EOF" 50 <literal># Begin kde addition to /etc/ld.so.conf 51 51 52 52 /opt/kde-&kde-version;/lib 53 53 54 # End kde addition 55 <command>EOF</command></userinput></screen>54 # End kde addition</literal> 55 EOF</userinput></screen> 56 56 57 <indexterm zone="kde-pre-install-config">58 <primary sortas="e-etc-ld.so.conf">/etc/ld.so.conf</primary>59 </indexterm>57 <indexterm zone="kde-pre-install-config"> 58 <primary sortas="e-etc-ld.so.conf">/etc/ld.so.conf</primary> 59 </indexterm> 60 60 61 <para>Add to your <filename>/etc/man.conf</filename>:</para>61 <para>Add to your <filename>/etc/man.conf</filename>:</para> 62 62 63 <screen ><userinput><command>cat >> /etc/man.conf << "EOF"</command>64 # Begin kde addition to man.conf63 <screen role="root"><userinput>cat >> /etc/man.conf << "EOF" 64 <literal># Begin kde addition to man.conf 65 65 66 66 MANPATH /opt/kde-&kde-version;/man 67 67 68 # End kde addition to man.conf 69 <command>EOF</command></userinput></screen>68 # End kde addition to man.conf</literal> 69 EOF</userinput></screen> 70 70 71 <indexterm zone="kde-pre-install-config">72 <primary sortas="e-etc-man.conf">/etc/man.conf</primary>73 </indexterm>71 <indexterm zone="kde-pre-install-config"> 72 <primary sortas="e-etc-man.conf">/etc/man.conf</primary> 73 </indexterm> 74 74 75 <tip>76 <para>If you prefer installing <acronym>KDE</acronym>in <filename77 class="directory">/opt</filename>, one trick to avoid the above configuration78 changes every time you install a new version is to replace <filename79 class="directory">/opt/kde-&kde-version;</filename> with <filename80 class="directory">/opt/kde</filename> and to create a symlink from <filename81 class="directory">/opt/kde-&kde-version;</filename> to <filename82 class="directory">/opt/kde</filename>.</para>75 <tip> 76 <para>If you prefer installing KDE in <filename 77 class="directory">/opt</filename>, one trick to avoid the above configuration 78 changes every time you install a new version is to replace <filename 79 class="directory">/opt/kde-&kde-version;</filename> with <filename 80 class="directory">/opt/kde</filename> and to create a symlink from <filename 81 class="directory">/opt/kde-&kde-version;</filename> to <filename 82 class="directory">/opt/kde</filename>.</para> 83 83 84 <screen ><userinput><command>ln -sf kde-&kde-version; /opt/kde</command></userinput></screen>85 </tip>84 <screen role="root"><userinput>ln -v -sf kde-&kde-version; /opt/kde</userinput></screen> 85 </tip> 86 86 87 87 </sect1>
Note:
See TracChangeset
for help on using the changeset viewer.