Changeset c561eaa for BOOK/final-system/common/ncurses.xml
- Timestamp:
- Dec 28, 2015, 6:43:01 PM (9 years ago)
- Branches:
- sysvinit
- Children:
- 8633cac
- Parents:
- a55f9e7
- git-author:
- William Harrington <kb0iic@…> (12/28/15 18:42:49)
- git-committer:
- William Harrington <kb0iic@…> (12/28/15 18:43:01)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/final-system/common/ncurses.xml
ra55f9e7 rc561eaa 26 26 <title>Installation of Ncurses</title> 27 27 28 <!--Ncurses Branch Update Area 28 29 <para os="p1">The following patch contains updates from the &ncurses-version; branch 29 30 by the Ncurses developers:</para> 30 31 31 32 <screen os="p2"><userinput>patch -Np1 -i ../&ncurses-branch_update-patch;</userinput></screen> 33 --> 32 34 33 35 <para os="a">Prepare Ncurses for compilation:</para> … … 39 41 --without-debug \ 40 42 --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> 44 44 45 45 <variablelist os="b1"> … … 99 99 ln -sfv libncursesw.a /usr/lib/libcursesw.a 100 100 ln -sfv libncurses++w.a /usr/lib/libncurses++.a 101 ln -sfv ncursesw 5-config /usr/bin/ncurses5-config</userinput></screen>101 ln -sfv ncursesw6-config /usr/bin/ncurses6-config</userinput></screen> 102 102 103 103 </sect2> … … 113 113 <seglistitem> 114 114 <seg>captoinfo (link to tic), clear, infocmp, infotocap (link to tic), 115 ncursesw 5-config, reset (link to tset), tabs, tic, toe, tput, tset</seg>115 ncursesw6-config, reset (link to tset), tabs, tic, toe, tput, tset</seg> 116 116 <seg>libcursesw.so (link to libncursesw.so), libformw.[a,so], 117 117 libmenuw.[a,so], libncurses++w.a, libncursesw.[a,so], … … 166 166 </varlistentry> 167 167 168 <varlistentry id="ncursesw 5-config">169 <term><command>ncursesw 5-config</command></term>168 <varlistentry id="ncursesw6-config"> 169 <term><command>ncursesw6-config</command></term> 170 170 <listitem> 171 171 <para>Provides configuration information for ncurses</para> 172 <indexterm zone="ch-system-ncurses ncursesw 5-config">173 <primary sortas="b-ncursesw 5-config">ncursesw5-config</primary>172 <indexterm zone="ch-system-ncurses ncursesw6-config"> 173 <primary sortas="b-ncursesw6-config">ncursesw6-config</primary> 174 174 </indexterm> 175 175 </listitem>
Note:
See TracChangeset
for help on using the changeset viewer.