Ignore:
Timestamp:
03/12/2020 09:24:44 AM (4 years ago)
Author:
Pierre Labastie <pieere@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.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:
6ea9f5b3
Parents:
5ab87cfa
Message:

Format general/prog

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/prog/vala.xml

    r5ab87cfa rde33b2a  
    112112    <title>Installation of Vala</title>
    113113
    114     <para>Install <application>Vala</application> by running the following
    115     commands:</para>
    116 <!--
    117     <note>
    118       <para>If the recommended dependency <xref linkend="graphviz"/> is not
    119       installed, apply a patch. This will prevent building the valadoc program
    120       and libraries that can be used to generate API documentation in HTML format
    121       from Vala source code.
    122       </para>
    123 
    124 <screen><userinput>patch -p1 -i ../vala-&vala-version;-avoid_graphviz-1.patch &amp;&amp;
    125 ACLOCAL= autoreconf -fiv</userinput></screen>
    126     </note>
    127 -->
     114    <para>
     115      Install <application>Vala</application> by running the following
     116      commands:
     117    </para>
     118
    128119<screen><userinput>./configure --prefix=/usr &amp;&amp;
    129120make</userinput></screen>
     
    221212      </varlistentry>
    222213
    223 <!--
    224       <varlistentry id="vapicheck">
    225         <term><command>vapicheck</command></term>
    226         <listitem>
    227           <para>
    228             verifies the generated bindings.
    229           </para>
    230           <indexterm zone="vala vapicheck">
    231             <primary sortas="b-vapicheck">vapicheck</primary>
    232           </indexterm>
    233         </listitem>
    234       </varlistentry>-->
    235 
    236214      <varlistentry id="vapigen">
    237215        <term><command>vapigen</command></term>
Note: See TracChangeset for help on using the changeset viewer.