Changeset e4d72ed for chapter06


Ignore:
Timestamp:
06/30/2022 12:02:07 PM (22 months ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
xry111/clfs-ng
Children:
a08f031
Parents:
f7c33596 (diff), f8b27ab (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge remote-tracking branch 'origin/trunk' into xry111/clfs-ng

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter06/ncurses.xml

    rf7c33596 re4d72ed  
    6666            --with-manpage-format=normal \
    6767            --with-shared                \
     68            --without-normal             \
     69            --with-cxx-shared            \
    6870            --without-debug              \
    6971            --without-ada                \
    70             --without-normal             \
    7172            --disable-stripping          \
    7273            --enable-widec</userinput></screen>
     
    8182          pages, which may happen if the host distribution itself
    8283          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>
    83115        </listitem>
    84116      </varlistentry>
     
    116148      </varlistentry>
    117149
    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 
    126150    </variablelist>
    127151
     
    134158<screen><userinput remap="install">make DESTDIR=$LFS TIC_PATH=$(pwd)/build/progs/tic install
    135159echo "INPUT(-lncursesw)" > $LFS/usr/lib/libncurses.so</userinput></screen>
    136 
     160<!--
    137161    <para>Remove an unneeded static library not handled by
    138162    <command>configure</command>:</para>
    139163
    140164<screen><userinput remap="install">rm -v $LFS/usr/lib/libncurses++w.a</userinput></screen>
    141 
     165-->
    142166    <variablelist>
    143167      <title>The meaning of the install options:</title>
Note: See TracChangeset for help on using the changeset viewer.