Changeset cba9c041


Ignore:
Timestamp:
12/16/2016 06:01:39 PM (7 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 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, 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:
92245989
Parents:
9e06b5c5
Message:

Update qt5 instructions

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • x/lib/qt5.xml

    r9e06b5c5 rcba9c041  
    7979    </itemizedlist>
    8080
    81     <bridgehead renderas="sect3">Additional Downloads</bridgehead>
    82     <itemizedlist spacing="compact">
    83       <listitem>
    84         <para>
    85           Required patch if building qtwebengine:
    86           <ulink url="&patch-root;/qt-&qt5-version;-qtwebengine_glibc224-1.patch"/>
    87         </para>
    88       </listitem>
    89     </itemizedlist>
    90 
    9181    <bridgehead renderas="sect3">Qt5 Dependencies</bridgehead>
    9282
     
    236226
    237227    <para>
    238       If you are building qtwebengine, install the patch to fix runtime
    239       breakage in the chromium sandbox :
    240     </para>
    241 
    242 <screen><userinput>patch -Np1 -i ../qt-&qt5-version;-qtwebengine_glibc224-1.patch</userinput></screen>
    243 
    244     <para>
    245228      Install <application>Qt5</application> by running the following commands:
    246229    </para>
    247230
    248 <screen><userinput>export CXXFLAGS=-fno-delete-null-pointer-checks &amp;&amp;
    249 
    250 ./configure -prefix         $QT5PREFIX \
     231<screen><userinput>./configure -prefix         $QT5PREFIX \
    251232            -sysconfdir     /etc/xdg   \
    252233            -confirm-license           \
     
    387368  <sect2 role="commands">
    388369    <title>Command Explanations</title>
    389 
    390     <para>
    391       <command>export CXXFLAGS=-fno-delete-null-pointer-checks</command>:
    392       Work around a build issue when using gcc-6.1 and later.
    393     </para>
    394370
    395371    <para>
Note: See TracChangeset for help on using the changeset viewer.