Changeset 033c86d


Ignore:
Timestamp:
07/20/2005 03:56:10 PM (19 years ago)
Author:
Tushar Teredesai <tushar@…>
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:
50d61ed
Parents:
884db0e3
Message:

Revert qt change

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

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • introduction/welcome/changelog.xml

    r884db0e3 r033c86d  
    2525  <itemizedlist>
    2626   
    27     <listitem>
    28       <para>July 20th 2005 [tushar]: For qt, replace cp by install
    29       to allow installation even if the libraries are in use.</para>
    30     </listitem>
    31 
    3227    <listitem>
    3328      <para>July 19th 2005 [randy]: Updated to Doxygen-1.4.3.</para>
  • x/lib/qt.xml

    r884db0e3 r033c86d  
    116116      This is the method that most commercial distributions use.</para>
    117117
     118<!--
    118119      <note>
    119120        <para>The installation incorrectly uses <command>cp</command> to
     
    125126        <filename>qmake.conf</filename>.</para>
    126127      </note>
     128-->
     129      <note>
     130        <para>If <application>Qt</application> is being reinstalled, run the
     131        following commands from a console or non-Qt based window manager.
     132        It overwrites <application>Qt</application> libraries that should not
     133        be in use during the install process.</para>
     134      </note>
    127135
    128136<screen><userinput>sed -i -e 's:$(QTDIR)/include:&amp;/qt:' \
    129137       -e 's:$(QTDIR)/lib:&amp;/qt:' \
    130        -e "s:cp -f:install:" \
    131138    mkspecs/linux*/qmake.conf &amp;&amp;
    132139bash
     
    176183    -system-libmng -system-zlib -system-libjpeg -no-exceptions \
    177184    -thread -plugin-imgfmt-png &amp;&amp;
    178 make</userinput></screen>
     185make &amp;&amp;
     186exit</userinput></screen>
    179187
    180188      <para>Now, as the <systemitem class="username">root</systemitem>
Note: See TracChangeset for help on using the changeset viewer.