[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-n32" role="wrap">
|
---|
| 9 | <?dbhtml filename="ncurses-n32.html"?>
|
---|
| 10 |
|
---|
| 11 | <title>Ncurses-&ncurses-version; N32 Libraries</title>
|
---|
| 12 |
|
---|
| 13 | <indexterm zone="ch-system-ncurses-n32">
|
---|
| 14 | <primary sortas="a-Ncurses">Ncurses</primary>
|
---|
| 15 | <secondary>N32</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 |
|
---|
[6f21829] | 25 | <!--Ncurses Branch Update Area
|
---|
[dabbced] | 26 | <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
|
---|
[0f7e9ab] | 27 | href="ncurses.xml"
|
---|
| 28 | xpointer="xpointer(//*[@os='p1'])"/>
|
---|
| 29 |
|
---|
[dabbced] | 30 | <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
|
---|
[0f7e9ab] | 31 | href="ncurses.xml"
|
---|
| 32 | xpointer="xpointer(//*[@os='p2'])"/>
|
---|
[6f21829] | 33 | -->
|
---|
[0f7e9ab] | 34 |
|
---|
[dabbced] | 35 | <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
|
---|
[55d273f] | 36 | href="ncurses.xml"
|
---|
| 37 | xpointer="xpointer(//*[@os='a'])"/>
|
---|
| 38 |
|
---|
[0b5a445b] | 39 | <screen os="b"><userinput>PKG_CONFIG_PATH=${PKG_CONFIG_PATHN32} \
|
---|
| 40 | CC="gcc ${BUILDN32}" CXX="g++ ${BUILDN32}" ./configure \
|
---|
[7cd7f99] | 41 | --prefix=/usr \
|
---|
[6463a01] | 42 | --libdir=/usr/lib32 \
|
---|
[7cd7f99] | 43 | --with-shared \
|
---|
| 44 | --without-debug \
|
---|
| 45 | --enable-widec \
|
---|
[6f21829] | 46 | --enable-pc-files</userinput></screen>
|
---|
[3f8be484] | 47 |
|
---|
[dabbced] | 48 | <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
|
---|
[3f8be484] | 49 | href="ncurses.xml"
|
---|
| 50 | xpointer="xpointer(//*[@os='c'])"/>
|
---|
| 51 |
|
---|
[dabbced] | 52 | <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
|
---|
[3f8be484] | 53 | href="ncurses.xml"
|
---|
| 54 | xpointer="xpointer(//*[@os='d'])"/>
|
---|
| 55 |
|
---|
[dabbced] | 56 | <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
|
---|
[3f8be484] | 57 | href="ncurses.xml"
|
---|
| 58 | xpointer="xpointer(//*[@os='e'])"/>
|
---|
| 59 |
|
---|
[dabbced] | 60 | <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
|
---|
[3f8be484] | 61 | href="ncurses.xml"
|
---|
| 62 | xpointer="xpointer(//*[@os='f'])"/>
|
---|
| 63 |
|
---|
[dabbced] | 64 | <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
|
---|
[3f8be484] | 65 | href="ncurses.xml"
|
---|
| 66 | xpointer="xpointer(//*[@os='g'])"/>
|
---|
| 67 |
|
---|
[6f21829] | 68 | <para os="m1">Prepare <filename>ncursesw6-config</filename> to be wrapped by
|
---|
[23ec9c0] | 69 | the multiarch wrapper:</para>
|
---|
[96b8484] | 70 |
|
---|
[6f21829] | 71 | <screen os="m2"><userinput>mv -v /usr/bin/ncursesw6-config{,-n32}</userinput></screen>
|
---|
[96b8484] | 72 |
|
---|
[6463a01] | 73 | <para os="h">Move the <filename class="libraryfile">libncursesw</filename>
|
---|
| 74 | shared library to <filename class="directory">/lib32</filename>
|
---|
| 75 | and create a new symlink in <filename class="directory">/usr/lib32</filename>:</para>
|
---|
[3f8be484] | 76 |
|
---|
[6463a01] | 77 | <screen os="i"><userinput>mv -v /usr/lib32/libncursesw.so.* /lib32
|
---|
| 78 | ln -svf ../../lib32/$(readlink /usr/lib/libncursesw.so) /usr/lib32/libncursesw.so</userinput></screen>
|
---|
[7cb0700] | 79 |
|
---|
[dabbced] | 80 | <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
|
---|
[50af1be] | 81 | href="ncurses.xml"
|
---|
| 82 | xpointer="xpointer(//*[@os='l'])"/>
|
---|
| 83 |
|
---|
[8c4638c] | 84 | <screen os="m"><userinput>for lib in ncurses form panel menu ; do
|
---|
[fcc84cc] | 85 | echo "INPUT(-l${lib}w)" > /usr/lib32/lib${lib}.so
|
---|
[50af1be] | 86 | ln -sfv lib${lib}w.a /usr/lib32/lib${lib}.a
|
---|
| 87 | done
|
---|
| 88 | ln -sfv libncurses++w.a /usr/lib32/libncurses++.a
|
---|
[6f21829] | 89 | ln -sfv ncursesw6-config-32 /usr/bin/ncurses6-config-32</userinput></screen>
|
---|
[50af1be] | 90 |
|
---|
[3f8be484] | 91 | </sect2>
|
---|
| 92 |
|
---|
| 93 | <sect2 role="content">
|
---|
| 94 | <title/>
|
---|
| 95 |
|
---|
| 96 | <para>Details on this package are located in <xref
|
---|
| 97 | linkend="contents-ncurses" role="."/></para>
|
---|
| 98 |
|
---|
| 99 | </sect2>
|
---|
| 100 |
|
---|
| 101 | </sect1>
|
---|