Ignore:
Timestamp:
02/24/2015 05:00:51 AM (9 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
909c258
Parents:
718593a
Message:

Partial update of KDE to 14.12.2
Lots of tagging

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • x/installing/xorg7.xml

    r718593a raed3e6ec  
    183183    user:</para>
    184184
    185 <screen><userinput role="root">ln -s $XORG_PREFIX/share/X11 /usr/share/X11</userinput></screen>
     185<screen><userinput role="root">ln -sf $XORG_PREFIX/share/X11 /usr/share/X11</userinput></screen>
     186
     187    <para>If building KDE, some cmake files look for Xorg in places other than
     188    $XORG_PREFIX.  Allow cmake to find Xorg with:</para>
     189
     190<screen><userinput role="root">ln -sf $XORG_PREFIX /usr/X11R6</userinput></screen>
    186191
    187192    <para>Finally, if building on x86_64, you will need to create the
     
    193198<screen><userinput role="root">install -v -m755 -d $XORG_PREFIX &amp;&amp;
    194199install -v -m755 -d $XORG_PREFIX/lib &amp;&amp;
    195 ln -s lib $XORG_PREFIX/lib64</userinput></screen>
     200ln -sf lib $XORG_PREFIX/lib64</userinput></screen>
    196201
    197202  </sect2>
Note: See TracChangeset for help on using the changeset viewer.