Changeset 7333fc0


Ignore:
Timestamp:
03/18/2018 06:53:21 PM (6 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 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:
462f1ad
Parents:
4509c956
Message:

Fix glib2 instructions

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/genlib/glib2.xml

    r4509c956 r7333fc0  
    7575    <bridgehead renderas="sect3">Additional Downloads</bridgehead>
    7676    <itemizedlist spacing="compact">
    77       <listitem>
     77      <!--<listitem>
    7878        <para>
    7979          Required patch:
    8080          <ulink url="&patch-root;/glib-&glib2-version;-meson_fixes-1.patch"/>
    8181        </para>
    82       </listitem>
     82      </listitem>-->
    8383      <listitem>
    8484        <para>
     
    191191    </para>
    192192
    193 <screen><userinput>patch -Np1 -i ../glib-&glib2-version;-meson_fixes-1.patch &amp;&amp;
    194 
    195 mkdir build-glib &amp;&amp;
     193<screen><userinput>mkdir build-glib &amp;&amp;
    196194cd    build-glib &amp;&amp;
    197195
    198 meson --prefix=/usr -Dwith-pcre=system -Dwith-docs=no .. &amp;&amp;
     196meson --prefix=/usr      \
     197      -Dwith-pcre=system \
     198      -Dwith-docs=no     \
     199      -Dselinux=false    \
     200      ..                 &amp;&amp;
    199201ninja</userinput></screen>
    200202
Note: See TracChangeset for help on using the changeset viewer.