source: BOOK/final-system/multilib/ncurses.xml @ 47e0529

clfs-3.0.0-sysvinitsysvinit
Last change on this file since 47e0529 was 47e0529, checked in by Chris Staub <chris@…>, 10 years ago

Added command explanation to ncurses

  • Property mode set to 100644
File size: 3.7 KB
RevLine 
[3f8be484]1<?xml version="1.0" encoding="ISO-8859-1"?>
[aa18ac0]2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3  "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
[3f8be484]4  <!ENTITY % general-entities SYSTEM "../../general.ent">
5  %general-entities;
6]>
7
8<sect1 id="ch-system-ncurses-32" role="wrap">
9  <?dbhtml filename="ncurses.html"?>
10
11  <title>Ncurses-&ncurses-version; 32 Bit Libraries</title>
12
13  <indexterm zone="ch-system-ncurses-32">
14    <primary sortas="a-Ncurses">Ncurses</primary>
15    <secondary>32 Bit</secondary>
16  </indexterm>
17
[dabbced]18  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[566db8e]19  href="../common/ncurses.xml"
20  xpointer="xpointer(//*[@role='package'])"/>
[3f8be484]21
22  <sect2 role="installation">
23    <title>Installation of Ncurses</title>
24
[dabbced]25    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[0f7e9ab]26    href="../common/ncurses.xml"
27    xpointer="xpointer(//*[@os='p1'])"/>
28
[dabbced]29    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[0f7e9ab]30    href="../common/ncurses.xml"
31    xpointer="xpointer(//*[@os='p2'])"/>
32
[dabbced]33    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[55d273f]34    href="../common/ncurses.xml"
35    xpointer="xpointer(//*[@os='a'])"/>
36
[e0e40d3]37<screen os="b"><userinput>CC="gcc ${BUILD32}" CXX="g++ ${BUILD32}" \
[3f8be484]38   ./configure --prefix=/usr --libdir=/lib \
[72d93f3]39   --with-shared --without-debug --enable-widec \
[2d20c29]40   --with-manpage-format=normal \
41   --with-default-terminfo-dir=/usr/share/terminfo</userinput></screen>
[3f8be484]42
[47e0529]43    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
44    href="../common/ncurses.xml"
45    xpointer="xpointer(//*[@os='b1'])"/>
46
[dabbced]47    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[3f8be484]48    href="../common/ncurses.xml"
49    xpointer="xpointer(//*[@os='c'])"/>
50
[dabbced]51    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[3f8be484]52    href="../common/ncurses.xml"
53    xpointer="xpointer(//*[@os='d'])"/>
54
[dabbced]55    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[3f8be484]56    href="../common/ncurses.xml"
57    xpointer="xpointer(//*[@os='e'])"/>
58
[dabbced]59    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[3f8be484]60    href="../common/ncurses.xml"
61    xpointer="xpointer(//*[@os='f'])"/>
62
[dabbced]63    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[3f8be484]64    href="../common/ncurses.xml"
65    xpointer="xpointer(//*[@os='g'])"/>
66
[7cb0700]67    <para os="m1">Prepare <filename>ncursesw5-config</filename> to be wrapped by
[23ec9c0]68    the multiarch wrapper:</para>
[96b8484]69
[7cb0700]70<screen os="m2"><userinput>mv -v /usr/bin/ncursesw5-config{,-32}</userinput></screen>
[96b8484]71
[dabbced]72    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[3f8be484]73    href="../common/ncurses.xml"
74    xpointer="xpointer(//*[@os='h'])"/>
75
[dabbced]76    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[3f8be484]77    href="../common/ncurses.xml"
78    xpointer="xpointer(//*[@os='i'])"/>
79
[dabbced]80    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[3f8be484]81    href="../common/ncurses.xml"
82    xpointer="xpointer(//*[@os='j'])"/>
83
[dabbced]84    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[3f8be484]85    href="../common/ncurses.xml"
86    xpointer="xpointer(//*[@os='k'])"/>
87
[dabbced]88    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[7cb0700]89    href="../common/ncurses.xml"
90    xpointer="xpointer(//*[@os='l'])"/>
91
[50af1be]92<screen os="m"><userinput>for lib in curses ncurses form panel menu ; do
[d3a81ee]93        echo "INPUT(-l${lib}w)" &gt; /usr/lib/lib${lib}.so
[50af1be]94        ln -sfv lib${lib}w.a /usr/lib/lib${lib}.a
95done
96ln -sfv libcurses.so /usr/lib/libcursesw.so
97ln -sfv libncurses.so /usr/lib/libcurses.so
98ln -sfv libncursesw.a /usr/lib/libcursesw.a
99ln -sfv libncurses.a /usr/lib/libcurses.a
100ln -sfv libncurses++w.a /usr/lib/libncurses++.a
[895190c]101ln -sfv ncursesw5-config-32 /usr/bin/ncurses5-config-32</userinput></screen>
[50af1be]102
[3f8be484]103  </sect2>
104
105  <sect2 role="content">
106    <title/>
107
108    <para>Details on this package are located in <xref
109    linkend="contents-ncurses" role="."/></para>
110
111  </sect2>
112
113</sect1>
Note: See TracBrowser for help on using the repository browser.