Changeset fa4ff29 for general/prog


Ignore:
Timestamp:
04/06/2012 04:13:26 PM (12 years ago)
Author:
Krejzi <krejzi@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 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:
f8efa5b
Parents:
d7bfbad
Message:

python modules fixes

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/prog/python-modules.xml

    rd7bfbad rfa4ff29  
    416416      </para>
    417417
    418 <screen><userinput>autoreconf -f -i &amp;&amp;
    419 ./configure --prefix=/usr &amp;&amp;
    420 make</userinput></screen>
     418<screen><userinput>./waf configure --prefix=/usr &amp;&amp;
     419./waf build</userinput></screen>
    421420
    422421      <para>
     
    431430      </para>
    432431
    433 <screen role="root"><userinput>make install</userinput></screen>
    434     </sect3>
    435 
    436     <sect3 role="commands">
    437       <title>Command Explanations</title>
    438 
    439       <para>
    440         <command>autoreconf -f -i</command>: This command copies some missing
    441         files into the source.
    442       </para>
     432<screen role="root"><userinput>./waf install</userinput></screen>
    443433    </sect3>
    444434
     
    735725      <para>
    736726        PyGObject-&pygobject3-version; provides
    737         <application>Python 3</application> bindings to the GObject class from
     727        <application>Python 2</application> bindings to the GObject class from
    738728        <application>GLib</application>.
    739729      </para>
     
    779769      <bridgehead renderas="sect5">Required</bridgehead>
    780770      <para role="required">
    781         <xref linkend="python2"/> and
     771        <xref linkend="py2cairo"/> and
    782772        <xref linkend="pkgconfig"/>
    783773      </para>
Note: See TracChangeset for help on using the changeset viewer.