Ignore:
Timestamp:
12/07/2019 05:38:33 PM (4 years ago)
Author:
Pierre Labastie <pieere@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 9.1, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, 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:
f68e46f
Parents:
a5403032
Message:

Fix <option> vs <parameter>, and sometimes a little more

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/genlib/libical.xml

    ra5403032 raa41434  
    7979    </para>
    8080
     81    <bridgehead renderas="sect4">Recommended</bridgehead>
     82    <para role="recommended">
     83      <xref linkend="gobject-introspection"/> and
     84      <xref linkend="vala"/>(both required for Gnome)
     85    </para>
     86
    8187    <bridgehead renderas="sect4">Optional</bridgehead>
    8288    <para role="optional">
    8389      <xref linkend="db"/>,
    8490      <xref linkend="doxygen"/> (for the API documentation),
    85       <xref linkend="icu"/>, and both
    86       <xref linkend="gobject-introspection"/> and
    87       <xref linkend="vala"/>(required for Gnome)
     91      <xref linkend="icu"/>
    8892    </para>
    8993
     
    103107<screen><userinput>mkdir build &amp;&amp;
    104108cd    build &amp;&amp;
     109
     110  <!-- Needs confirmation, but I got a race condition at -j8,
     111  -j1 allowed the build to pass. Pierre 2019-12-06 -->
    105112
    106113cmake -DCMAKE_INSTALL_PREFIX=/usr  \
     
    168175
    169176    <para>
     177      <parameter>-DGOBJECT_INTROSPECTION=true</parameter>: This switch is used
     178      to generate GObject metadata bindings.
     179    </para>
     180
     181    <para>
     182      <parameter>-DICAL_GLIB_VAPI=true</parameter>: This switch is used
     183      in order to build bindings for <xref linkend="vala"/>.
     184    </para>
     185
     186    <para>
    170187      <option>-DUSE_BUILTIN_TZDATA=yes</option>: This switch is used
    171188      in order to build using your own timezone data.
    172     </para>
    173 
    174     <para>
    175       <option>-DGOBJECT_INTROSPECTION=true</option>: This switch is used
    176       to generate GObject metadata bindings.
    177     </para>
    178 
    179     <para>
    180       <option>-DICAL_GLIB_VAPI=true</option>: This switch is used
    181       in order to build bindings for <xref linkend="vala"/>.
    182189    </para>
    183190
Note: See TracChangeset for help on using the changeset viewer.