Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/graphlib/newt.xml

    rc93c620c r5f34cb2  
    1717
    1818  <sect1info>
     19    <othername>$LastChangedBy$</othername>
    1920    <date>$Date$</date>
    2021  </sect1info>
     
    3738    </para>
    3839
    39     &lfs110a_checked;
     40    &lfs10_checked;
    4041
    4142    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    8687      <xref role="runtime" linkend="gpm"/> (runtime)
    8788    </para>
    88 <!-- Python 3 can be used, do not tell about python2
     89
    8990    <bridgehead renderas="sect4">Optional</bridgehead>
    9091    <para role="optional">
    9192      <xref linkend="python2"/>
    9293    </para>
    93 -->
     94
    9495    <para condition="html" role="usernotes">User Notes:
    9596      <ulink url="&blfs-wiki;/newt"/>
     
    105106    </para>
    106107
    107 <screen><userinput>sed -e 's/^LIBNEWT =/#&amp;/'                   \
     108<screen><userinput>sed -e 's/^LIBNEWT =/#&amp;/' \
    108109    -e '/install -m 644 $(LIBNEWT)/ s/^/#/' \
    109     -e 's/$(LIBNEWT)/$(LIBNEWTSONAME)/g'    \
    110     -i Makefile.in                          &amp;&amp;
     110    -e 's/$(LIBNEWT)/$(LIBNEWTSONAME)/g' \
     111    -i Makefile.in                           &amp;&amp;
    111112
    112 ./configure --prefix=/usr           \
    113             --with-gpm-support      \
    114             --with-python=python&python3-majorver; &amp;&amp;
     113./configure --prefix=/usr --with-gpm-support &amp;&amp;
    115114make</userinput></screen>
    116115
     
    131130
    132131    <para>
    133       <command>sed -e ... -i Makefile.in</command>: Disables installation of a
    134       static library.
    135     </para>
    136 
    137     <para>
    138132      <parameter>--with-gpm-support</parameter>: This switch enables mouse support for newt
    139133      applications through GPM.
     
    141135
    142136    <para>
    143       <parameter>--with-python=python&python3-majorver;</parameter>: By giving
    144       explicitly the name of the directory where python modules reside, this
    145       switch prevents building the python2 module.
     137      <command>sed -e ... -i Makefile.in</command>: Disables installation of a
     138      static library.
    146139    </para>
    147140
     
    159152        <seg> whiptail </seg>
    160153        <seg> libnewt.so, whiptcl.so, and
    161         /usr/lib/python&python3-majorver;/site-packages/_snack.so </seg>
     154        /usr/lib/python{&python2-majorver;,&python3-majorver;}/site-packages/_snack.so </seg>
    162155        <seg> None </seg>
    163156      </seglistitem>
     
    173166        <listitem>
    174167          <para>
    175             displays dialog boxes from shell scripts
     168            displays dialog boxes from shell scripts.
    176169          </para>
    177170          <indexterm zone="newt whiptail-prog">
     
    185178        <listitem>
    186179          <para>
    187             is the library for color text mode, widget based user interfaces
     180            is the library for color text mode, widget based user interfaces.
    188181          </para>
    189182          <indexterm zone="newt libnewt-lib">
Note: See TracChangeset for help on using the changeset viewer.