Changeset 884db0e3 for x


Ignore:
Timestamp:
07/20/2005 02:40:00 PM (19 years ago)
Author:
Randy McMurchy <randy@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 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, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
033c86d
Parents:
c52af0c
Message:

Fixed tagging, indentation and typos in Qt instructions

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • x/lib/qt.xml

    rc52af0c r884db0e3  
    117117
    118118      <note>
    119                 <para>The installation incorrectly uses cp to install the files.
    120                 This causes problems if the <application>Qt</application> libraries
    121                 are already in use (e.g. you are logged in into your
    122                 <application>KDE</application> desktop environment). To avoid problems,
    123                 "cp -f" is replaced by "install" in <filename>qmake.conf</filename>.</para>
     119        <para>The installation incorrectly uses <command>cp</command> to
     120        install the files. This causes problems if the
     121        <application>Qt</application> libraries are already in use (e.g.,
     122        you are logged into your <application>KDE</application> desktop
     123        environment). To avoid problems, <command>cp -f</command> is
     124        replaced by <command>install</command> in
     125        <filename>qmake.conf</filename>.</para>
    124126      </note>
    125127
     
    127129       -e 's:$(QTDIR)/lib:&amp;/qt:' \
    128130       -e "s:cp -f:install:" \
    129        mkspecs/linux*/qmake.conf  &amp;&amp;
     131    mkspecs/linux*/qmake.conf &amp;&amp;
    130132bash
    131133export PATH=$PWD/bin:$PATH &amp;&amp;
     
    158160      consolidated in a dedicated directory hierarchy. By using this method,
    159161      an update can be made without overwriting a previous installation and
    160       users can easily revert to a previous version by changing one symbolic link.</para>
     162      users can easily revert to a previous version by changing one symbolic
     163      link.</para>
    161164
    162165      <para>The <application>Qt</application> developers use a default location
     
    272275
    273276      <para>For Method 1 (This is optional, only set this if an application is
    274                 unable to find the installed libraries):</para>
     277      unable to find the installed libraries):</para>
    275278
    276279<screen><literal>export QTDIR=/usr</literal></screen>
Note: See TracChangeset for help on using the changeset viewer.