Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/graphlib/newt.xml

    r5f34cb2 rc93c620c  
    1717
    1818  <sect1info>
    19     <othername>$LastChangedBy$</othername>
    2019    <date>$Date$</date>
    2120  </sect1info>
     
    3837    </para>
    3938
    40     &lfs10_checked;
     39    &lfs110a_checked;
    4140
    4241    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    8786      <xref role="runtime" linkend="gpm"/> (runtime)
    8887    </para>
    89 
     88<!-- Python 3 can be used, do not tell about python2
    9089    <bridgehead renderas="sect4">Optional</bridgehead>
    9190    <para role="optional">
    9291      <xref linkend="python2"/>
    9392    </para>
    94 
     93-->
    9594    <para condition="html" role="usernotes">User Notes:
    9695      <ulink url="&blfs-wiki;/newt"/>
     
    106105    </para>
    107106
    108 <screen><userinput>sed -e 's/^LIBNEWT =/#&amp;/' \
     107<screen><userinput>sed -e 's/^LIBNEWT =/#&amp;/'                   \
    109108    -e '/install -m 644 $(LIBNEWT)/ s/^/#/' \
    110     -e 's/$(LIBNEWT)/$(LIBNEWTSONAME)/g' \
    111     -i Makefile.in                           &amp;&amp;
     109    -e 's/$(LIBNEWT)/$(LIBNEWTSONAME)/g'    \
     110    -i Makefile.in                          &amp;&amp;
    112111
    113 ./configure --prefix=/usr --with-gpm-support &amp;&amp;
     112./configure --prefix=/usr           \
     113            --with-gpm-support      \
     114            --with-python=python&python3-majorver; &amp;&amp;
    114115make</userinput></screen>
    115116
     
    130131
    131132    <para>
     133      <command>sed -e ... -i Makefile.in</command>: Disables installation of a
     134      static library.
     135    </para>
     136
     137    <para>
    132138      <parameter>--with-gpm-support</parameter>: This switch enables mouse support for newt
    133139      applications through GPM.
     
    135141
    136142    <para>
    137       <command>sed -e ... -i Makefile.in</command>: Disables installation of a
    138       static library.
     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.
    139146    </para>
    140147
     
    152159        <seg> whiptail </seg>
    153160        <seg> libnewt.so, whiptcl.so, and
    154         /usr/lib/python{&python2-majorver;,&python3-majorver;}/site-packages/_snack.so </seg>
     161        /usr/lib/python&python3-majorver;/site-packages/_snack.so </seg>
    155162        <seg> None </seg>
    156163      </seglistitem>
     
    166173        <listitem>
    167174          <para>
    168             displays dialog boxes from shell scripts.
     175            displays dialog boxes from shell scripts
    169176          </para>
    170177          <indexterm zone="newt whiptail-prog">
     
    178185        <listitem>
    179186          <para>
    180             is the library for color text mode, widget based user interfaces.
     187            is the library for color text mode, widget based user interfaces
    181188          </para>
    182189          <indexterm zone="newt libnewt-lib">
Note: See TracChangeset for help on using the changeset viewer.