Ignore:
Timestamp:
03/13/2011 01:46:38 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:
6a469d8
Parents:
0e25c32
Message:

Minor corrections

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • kde4/core/kde4libs.xml

    r0e25c32 r938ab0b  
    103103    <title>Installation of Kdelibs</title>
    104104
    105     <para>Install <application>kde4libs</application> by running the following
     105    <para>Install <application>Kdelibs</application> by running the following
    106106    commands:</para>
    107107
     
    111111    <para>Prepare the package for compilation:</para>
    112112       
    113 <screen><userinput>cmake -DCMAKE_INSTALL_PREFIX=$KDE4_PREFIX \
    114       -DCMAKE_PREFIX_PATH=$KDE4_PREFIX \
    115       -DPYTHON_SITE_PACKAGES_DIR:PATH=$KDE4_PYSITEPKG \
     113<screen><userinput>cmake -DCMAKE_INSTALL_PREFIX=$&kde4-dir-var; \
     114      -DCMAKE_PREFIX_PATH=$&kde4-dir-var; \
    116115      -DKDE_DEFAULT_HOME=.kde4 \
    117116      -DSYSCONF_INSTALL_DIR=/etc/kde4 \
     
    125124
    126125  </sect2>
    127 <!--
     126
    128127  <sect2 role="commands">
    129128    <title>Command Explanations</title>
    130129
    131     <para><option>- -xyz</option>: This option is set for ...</para>
     130    <para><option>-DKDE_DEFAULT_HOME=.kde4</option>: This option is set to
     131    avoid clashes with a KDE3 installation on the same machine.</para>
     132
     133    <para><option>-DPYTHON_SITE_PACKAGES_DIR:PATH=&lt;site-packages&gt;</option>: If you do not install KDE in /usr, set this option in order to have the KDE4
     134Python objects installed correctly. You can use following code to determine tha directory name:
     135<screen><userinput>_pylibdir=$(python-config --prefix)/lib &amp;&amp;
     136_pyversion=$(python -V 2>&amp;1 | awk '{print $2}') &amp;&amp;
     137echo "$_pylibdir/python${_pyversion%.*}/site-packages"</userinput></screen>
     138</para>
    132139
    133140  </sect2>
    134 -->
     141
    135142  <sect2 role="content">
    136143    <title>Contents</title>
Note: See TracChangeset for help on using the changeset viewer.