Ignore:
Timestamp:
Dec 28, 2015, 10:42:49 AM (8 years ago)
Author:
William Harrington <kb0iic@…>
Branches:
master, systemd
Children:
223e237
Parents:
c4ebdab
Message:

Upgrade Ncurses from 5.9 to 6.0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • BOOK/final-system/common/ncurses.xml

    rc4ebdab r6f21829  
    2626    <title>Installation of Ncurses</title>
    2727
     28<!--Ncurses Branch Update Area
    2829    <para os="p1">The following patch contains updates from the &ncurses-version; branch
    2930    by the Ncurses developers:</para>
    3031
    3132<screen os="p2"><userinput>patch -Np1 -i ../&ncurses-branch_update-patch;</userinput></screen>
     33-->
    3234
    3335    <para os="a">Prepare Ncurses for compilation:</para>
     
    3941    --without-debug \
    4042    --enable-widec \
    41     --with-manpage-format=normal \
    42     --enable-pc-files \
    43     --with-default-terminfo-dir=/usr/share/terminfo</userinput></screen>
     43    --enable-pc-files</userinput></screen>
    4444
    4545    <variablelist os="b1">
     
    9999ln -sfv libncursesw.a /usr/lib/libcursesw.a
    100100ln -sfv libncurses++w.a /usr/lib/libncurses++.a
    101 ln -sfv ncursesw5-config /usr/bin/ncurses5-config</userinput></screen>
     101ln -sfv ncursesw6-config /usr/bin/ncurses6-config</userinput></screen>
    102102
    103103  </sect2>
     
    113113      <seglistitem>
    114114        <seg>captoinfo (link to tic), clear, infocmp, infotocap (link to tic),
    115         ncursesw5-config, reset (link to tset), tabs, tic, toe, tput, tset</seg>
     115        ncursesw6-config, reset (link to tset), tabs, tic, toe, tput, tset</seg>
    116116        <seg>libcursesw.so (link to libncursesw.so), libformw.[a,so],
    117117        libmenuw.[a,so], libncurses++w.a, libncursesw.[a,so],
     
    166166      </varlistentry>
    167167
    168       <varlistentry id="ncursesw5-config">
    169         <term><command>ncursesw5-config</command></term>
     168      <varlistentry id="ncursesw6-config">
     169        <term><command>ncursesw6-config</command></term>
    170170        <listitem>
    171171          <para>Provides configuration information for ncurses</para>
    172           <indexterm zone="ch-system-ncurses ncursesw5-config">
    173             <primary sortas="b-ncursesw5-config">ncursesw5-config</primary>
     172          <indexterm zone="ch-system-ncurses ncursesw6-config">
     173            <primary sortas="b-ncursesw6-config">ncursesw6-config</primary>
    174174          </indexterm>
    175175        </listitem>
Note: See TracChangeset for help on using the changeset viewer.