Ignore:
Timestamp:
02/03/2019 06:37:53 PM (5 years ago)
Author:
DJ Lucas <dj@…>
Branches:
elogind
Children:
4d176c4f
Parents:
8f6f10e
Message:

Merge to HEAD 21080.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/prog/pyatspi2.xml

    r8f6f10e rd60cd837  
    1111  <!ENTITY pyatspi2-md5sum        "2b588e226bfce50669ed6466d8a2d3b4">
    1212  <!ENTITY pyatspi2-size          "304 KB">
    13   <!ENTITY pyatspi2-buildsize     "5.1 MB">
     13  <!ENTITY pyatspi2-buildsize     "3.6 MB">
    1414  <!ENTITY pyatspi2-time          "less than 0.1 SBU">
    1515]>
     
    8282      </para>
    8383
     84      <bridgehead renderas="sect5">Optional</bridgehead>
     85      <para role="optional">
     86        <xref linkend="python2"/>
     87      </para>
     88
    8489      <para condition="html" role="usernotes">
    8590        User Notes: <ulink url="&blfs-wiki;/pyatspi2"/>
     
    9196      <title>Installation of PyAtSpi2</title>
    9297
    93       <note>
    94         <para>
    95           Both <application>Python 2</application> and
    96           <application>Python 3</application> modules can
    97           be built and installed without any conflicts.
    98         </para>
    99       </note>
    100 
    10198      <para>
    102         To build <application>PyAtSpi2</application> as the
    103         <application>Python 2</application> module, run the
    104         following commands:
    105       </para>
    106 
    107 <screen><userinput>mkdir python2 &amp;&amp;
    108 pushd python2 &amp;&amp;
    109 ../configure --prefix=/usr --with-python=/usr/bin/python &amp;&amp;
    110 popd</userinput></screen>
    111 
    112       <para>
    113         To build <application>PyAtSpi2</application> as the
     99        To build <application>PyAtSpi2</application> as a
    114100        <application>Python 3</application> module, run the
    115101        following commands:
    116102      </para>
    117103
    118 <screen><userinput>mkdir python3 &amp;&amp;
    119 pushd python3 &amp;&amp;
    120 ../configure --prefix=/usr --with-python=/usr/bin/python3 &amp;&amp;
    121 popd</userinput></screen>
     104<screen><userinput>./configure --prefix=/usr --with-python=/usr/bin/python3</userinput></screen>
    122105
    123106      <para>
    124107        This package does not come with a testsuite.
    125108      </para>
    126 
    127       <para>
    128         To install the <application>Python 2</application> module,
    129         run the following command as the
    130         <systemitem class="username">root</systemitem> user:
    131       </para>
    132 
    133 <screen role="root"><userinput>make -C python2 install</userinput></screen>
    134109
    135110      <para>
     
    139114      </para>
    140115
    141 <screen role="root"><userinput>make -C python3 install</userinput></screen>
     116<screen role="root"><userinput>make install</userinput></screen>
    142117
    143118    </sect3>
Note: See TracChangeset for help on using the changeset viewer.