Ignore:
Timestamp:
03/19/2011 06:19:07 PM (13 years ago)
Author:
Thomas Trepl <thomas@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 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, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
764c74e4
Parents:
6a469d8
Message:

Cosmetic changes

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • kde4/intro/pre-install-config.xml

    r6a469d8 re9f7761  
    1616  <title>KDE4 Pre-installation Configuration</title>
    1717
    18   <para>Based on your preference, set <envar>&kde4-dir-var;</envar>. In
    19   contrast to the previous version of <application>KDE</application>
    20   which uses <envar>KDE_PREFIX</envar>, the prefix is stored in
    21   <envar>&kde4-dir-var;</envar> to avoid interferences. This prefix is
    22   used to specify where <application>KDE4</application> should be
    23   installed.</para>
    24 
    25 <!--
    26   <para>You should consider installing the <xref linkend="desktop-file-utils"/>
    27   package. Though not required, this package will allow you to easily use
    28   existing <filename>.desktop</filename> files in
    29   <filename class='directory'>/usr/share/applications</filename> (and any other
    30   locations identified by <envar>XDG_DATA_DIRS</envar>), and automatically add
    31   these applications to the <application>KDE4</application> menu system.</para>
    32 -->
    33 
    34   <para>Remember to execute <command>ldconfig</command> after installation
    35   of libraries to update the library cache.</para>
    36 
    3718  <sect2><title>Dependencies</title>
    3819
    39     <para>As <application>KDE4</application> is a huge software collection
     20    <para><application>KDE4</application> is a huge software collection
    4021    providing a desktop, tools for system and development tasks as well as
    41     fun and educational stuff, it makes use of a tremendous amount of
     22    fun and educational stuff. It makes use of a tremendous amount of
    4223    non-KDE packages. While nearly all of those packages are optional,
    43     some others are are highly recommended.</para>
    44     <para>You should consider to install following packages. Installing
    45     this packages will switch on some useful features in the resulting
    46     <application>KDE4</application>.
     24    some others are are highly recommended like <xref linkend="polkit"/>.</para>
     25
     26    <para>The following list of packages should give you an overview
     27    about those packages and you may want to consider to install them
     28    first. Installing this packages will switch on some useful features
     29    in the resulting <application>KDE4</application>. Nevertheless the
     30    dependencies are shown on each of the following pages.
    4731
    4832    <itemizedlist>
    4933      <listitem>
    50         <para><ulink url="http://qjson.sourceforge.net">QJSON</ulink> - Qt library for handling JavaScript objects</para>
    51       </listitem>
    52       <listitem>
    53          <para><ulink url="http://gpsd.berlios.de/">libgps</ulink> - interface to GPS devices (kdeedu)</para>
    54       </listitem>
    55       <listitem>
    56         <para><ulink url="http://eigen.tuxfamily.org/">eigen2</ulink> - a C++ template library for linear algebra</para>
     34        <para><ulink url="http://qjson.sourceforge.net">QJSON</ulink> (http://qjson.sourceforge.net) - Qt library for handling JavaScript objects. Unfortunatly, the release version 0.7.1 is to old to compile. Alternativly use the current SVN sources or apply a patch to bring the release to a usable status.</para>
     35        <para>Compile it using <command>cmake -DCMAKE_INSTALL_PREFIX=/usr &amp;&amp; make &amp;&amp; make install</command> in its own build directory.</para>
     36      </listitem>
     37      <listitem>
     38         <para><ulink url="http://gpsd.berlios.de/">libgps</ulink> (http://gpsd.berlios.de/) - interface to GPS devices (kdeedu)</para>
     39         <para>Compile it the usual way <command>configure &amp;&amp; make &amp;&amp; make install</command>.</para>
     40      </listitem>
     41      <listitem>
     42        <para><ulink url="http://eigen.tuxfamily.org/">eigen2</ulink> (http://eigen.tuxfamily.org/) - a C++ template library for linear algebra</para>
     43        <para>Compile it using <command>cmake -DCMAKE_INSTALL_PREFIX=/usr &amp;&amp; make &amp;&amp; make install</command>.</para>
    5744      </listitem>
    5845      <listitem>
     
    6047      </listitem>
    6148      <listitem>
    62         <para><ulink url="http://www.riverbankcomputing.com/software/sip/intro">pySIP</ulink> - Python Service Integration Platform</para>
    63       </listitem>
    64       <listitem>
    65         <para><ulink url="http://www.riverbankcomputing.com/software/pyqt/">pyQT4</ulink> - Python interface to Qt4 (kdebindings)</para>
     49        <para><ulink url="http://www.riverbankcomputing.com/software/sip/intro">pySIP</ulink> (http://www.riverbankcomputing.com/software/sip/intro) - Python Service Integration Platform</para>
     50        <para>Compile it <command>python ./configure &amp;&amp; make &amp;&amp; make install</command>.</para>
     51      </listitem>
     52      <listitem>
     53        <para><ulink url="http://www.riverbankcomputing.com/software/pyqt/">pyQT4</ulink> (http://www.riverbankcomputing.com/software/pyqt/) - Python interface to Qt4 (kdebindings)</para>
     54        <para>Compile it <command>python ./configure &amp;&amp; make &amp;&amp; make install</command>.</para>
    6655      </listitem>
    6756      <listitem>
     
    7665      </listitem>
    7766      <listitem>
    78         <para><ulink url="http://cyberelk.net/tim/data/pycups/">pyCUPS</ulink> - Python interface to CUPS (kdeadmin)</para>
    79       </listitem>
    80       <listitem>
    81         <para><ulink url="http://cyberelk.net/tim/data/system-config-printer/">system-config-printer</ulink> - Printer config (kdeadmin)</para>
     67        <para><ulink url="http://cyberelk.net/tim/data/pycups/">pyCUPS</ulink> (http://cyberelk.net/tim/data/pycups/) - Python interface to CUPS (kdeadmin)</para>
     68        <para>Compile it with <command>make &amp;&amp; make install</command>.</para>
     69      </listitem>
     70      <listitem>
     71        <para><ulink url="http://cyberelk.net/tim/data/system-config-printer/">system-config-printer</ulink> (http://cyberelk.net/tim/data/system-config-printer/) - Printer config (kdeadmin)</para>
     72        <para>Compile it the usual way <command>configure &amp;&amp; make &amp;&amp; make install</command>.</para>
    8273      </listitem>
    8374      <listitem>
     
    129120      </listitem>
    130121      <listitem>
    131         <para><ulink url="http://www.grantlee.org">Grantlee</ulink> - a template system for Qt</para>
     122        <para><ulink url="http://www.grantlee.org">Grantlee</ulink> (http://www.grantlee.org) - a template system for Qt</para>
     123        <para>Compile it using <command>cmake -DCMAKE_INSTALL_PREFIX=/usr &amp;&amp; make &amp;&amp; make install</command> in its own build directory.</para>
    132124      </listitem>
    133125    </itemizedlist>
     
    163155KDEDIR=&kde4-dir;
    164156
    165 pathappend &kde4-dir;/bin           PATH
    166 pathappend &kde4-dir;/lib/pkgconfig PKG_CONFIG_PATH
    167 pathappend &kde4-dir;/share         XDG_DATA_DIRS
    168 pathappend /etc/kde4/xdg              XDG_CONFIG_DIRS
     157pathappend &kde4-dir;/bin             PATH
     158pathappend &kde4-dir;/lib/pkgconfig   PKG_CONFIG_PATH
     159pathappend &kde4-dir;/share/pkgconfig PKG_CONFIG_PATH
     160pathappend &kde4-dir;/share           XDG_DATA_DIRS
     161pathappend /etc/kde4/xdg                XDG_CONFIG_DIRS
    169162
    170163export KDE4_PREFIX KDE4DIR KDEDIR
Note: See TracChangeset for help on using the changeset viewer.