Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter06/ncurses.xml

    rf8b27ab rf81a8a4  
    6666            --with-manpage-format=normal \
    6767            --with-shared                \
    68             --without-normal             \
    69             --with-cxx-shared            \
    7068            --without-debug              \
    7169            --without-ada                \
     70            --without-normal             \
    7271            --disable-stripping          \
    7372            --enable-widec</userinput></screen>
     
    8281          pages, which may happen if the host distribution itself
    8382          has compressed manual pages.</para>
    84         </listitem>
    85       </varlistentry>
    86 
    87       <varlistentry>
    88         <term><parameter>--with-shared</parameter></term>
    89         <listitem>
    90           <para>This makes Ncurses build and install shared C libraries.</para>
    91         </listitem>
    92       </varlistentry>
    93 
    94       <varlistentry>
    95         <term><parameter>--without-normal</parameter></term>
    96         <listitem>
    97           <para>This prevents Ncurses building and installing static C
    98           libraries.</para>
    99         </listitem>
    100       </varlistentry>
    101 
    102       <varlistentry>
    103         <term><parameter>--without-debug</parameter></term>
    104         <listitem>
    105           <para>This prevents Ncurses building and installing debug
    106           libraries.</para>
    107         </listitem>
    108       </varlistentry>
    109 
    110       <varlistentry>
    111         <term><parameter>--with-cxx-shared</parameter></term>
    112         <listitem>
    113           <para>This makes Ncurses build and install shared C++ bindings. It
    114           also prevents it building and installing static C++ bindings.</para>
    11583        </listitem>
    11684      </varlistentry>
     
    148116      </varlistentry>
    149117
     118      <varlistentry>
     119        <term><parameter>--without-normal</parameter></term>
     120        <listitem>
     121          <para>This switch disables building and installing most static libraries.
     122          </para>
     123        </listitem>
     124      </varlistentry>
     125
    150126    </variablelist>
    151127
     
    158134<screen><userinput remap="install">make DESTDIR=$LFS TIC_PATH=$(pwd)/build/progs/tic install
    159135echo "INPUT(-lncursesw)" > $LFS/usr/lib/libncurses.so</userinput></screen>
    160 <!--
     136
    161137    <para>Remove an unneeded static library not handled by
    162138    <command>configure</command>:</para>
    163139
    164140<screen><userinput remap="install">rm -v $LFS/usr/lib/libncurses++w.a</userinput></screen>
    165 -->
     141
    166142    <variablelist>
    167143      <title>The meaning of the install options:</title>
Note: See TracChangeset for help on using the changeset viewer.