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

sysvinit
Last change on this file since f7e4340 was f7e4340, checked in by Chris Staub <chris@…>, 8 years ago

Modified Ncurses instructions to move fewer libs to /lib

  • Property mode set to 100644
File size: 3.2 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
[c561eaa]25<!--Ncurses Branch Update Area
[dabbced]26    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[0f7e9ab]27    href="../common/ncurses.xml"
28    xpointer="xpointer(//*[@os='p1'])"/>
29
[dabbced]30    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[0f7e9ab]31    href="../common/ncurses.xml"
32    xpointer="xpointer(//*[@os='p2'])"/>
[c561eaa]33-->
[0f7e9ab]34
[dabbced]35    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[55d273f]36    href="../common/ncurses.xml"
37    xpointer="xpointer(//*[@os='a'])"/>
38
[e0e40d3]39<screen os="b"><userinput>CC="gcc ${BUILD32}" CXX="g++ ${BUILD32}" \
[b27081c4]40./configure \
41    --prefix=/usr \
[f7e4340]42    --libdir=/usr/lib \
[b27081c4]43    --with-shared \
44    --without-debug \
45    --enable-widec \
[c561eaa]46    --enable-pc-files</userinput></screen>
[3f8be484]47
[47e0529]48    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
49    href="../common/ncurses.xml"
50    xpointer="xpointer(//*[@os='b1'])"/>
51
[dabbced]52    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[3f8be484]53    href="../common/ncurses.xml"
54    xpointer="xpointer(//*[@os='c'])"/>
55
[dabbced]56    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[3f8be484]57    href="../common/ncurses.xml"
58    xpointer="xpointer(//*[@os='d'])"/>
59
[dabbced]60    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[3f8be484]61    href="../common/ncurses.xml"
62    xpointer="xpointer(//*[@os='e'])"/>
63
[dabbced]64    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[3f8be484]65    href="../common/ncurses.xml"
66    xpointer="xpointer(//*[@os='f'])"/>
67
[dabbced]68    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[3f8be484]69    href="../common/ncurses.xml"
70    xpointer="xpointer(//*[@os='g'])"/>
71
[c561eaa]72    <para os="m1">Prepare <filename>ncursesw6-config</filename> to be wrapped by
[23ec9c0]73    the multiarch wrapper:</para>
[96b8484]74
[c561eaa]75<screen os="m2"><userinput>mv -v /usr/bin/ncursesw6-config{,-32}</userinput></screen>
[96b8484]76
[dabbced]77    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[3f8be484]78    href="../common/ncurses.xml"
79    xpointer="xpointer(//*[@os='h'])"/>
80
[dabbced]81    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[3f8be484]82    href="../common/ncurses.xml"
83    xpointer="xpointer(//*[@os='i'])"/>
84
[dabbced]85    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[7cb0700]86    href="../common/ncurses.xml"
87    xpointer="xpointer(//*[@os='l'])"/>
88
[870ba41]89<screen os="m"><userinput>for lib in ncurses form panel menu ; do
[d3a81ee]90        echo "INPUT(-l${lib}w)" &gt; /usr/lib/lib${lib}.so
[50af1be]91        ln -sfv lib${lib}w.a /usr/lib/lib${lib}.a
92done
93ln -sfv libncurses++w.a /usr/lib/libncurses++.a
[c561eaa]94ln -sfv ncursesw6-config-32 /usr/bin/ncurses6-config-32</userinput></screen>
[50af1be]95
[3f8be484]96  </sect2>
97
98  <sect2 role="content">
99    <title/>
100
101    <para>Details on this package are located in <xref
102    linkend="contents-ncurses" role="."/></para>
103
104  </sect2>
105
106</sect1>
Note: See TracBrowser for help on using the repository browser.