source: BOOK/final-system/multilib/ncurses-64bit.xml

systemd
Last change on this file was e7be740, checked in by William Harrington <kb0iic@…>, 7 years ago

Add a configure option for the proper place to install the pkgconfig files rather than clobbering the 32bit build pkgconfig install files at /usr/lib.

  • Property mode set to 100644
File size: 3.3 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" role="wrap">
9  <?dbhtml filename="ncurses-64bit.html"?>
10
11  <title>Ncurses-&ncurses-version; 64 Bit</title>
12
13  <indexterm zone="ch-system-ncurses">
14    <primary sortas="a-Ncurses">Ncurses</primary>
15  </indexterm>
16
[dabbced]17  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[566db8e]18  href="../common/ncurses.xml"
19  xpointer="xpointer(//*[@role='package'])"/>
[3f8be484]20
21  <sect2 role="installation">
22    <title>Installation of Ncurses</title>
23
[6f21829]24<!--Ncurses Branch Update Area
[dabbced]25    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[0f7e9ab]26    href="ncurses.xml"
27    xpointer="xpointer(//*[@os='p1'])"/>
28
[dabbced]29    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[0f7e9ab]30    href="ncurses.xml"
31    xpointer="xpointer(//*[@os='p2'])"/>
[6f21829]32-->
[0f7e9ab]33
[dabbced]34    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[55d273f]35    href="ncurses.xml"
36    xpointer="xpointer(//*[@os='a'])"/>
37
[0b5a445b]38<screen os="b"><userinput>PKG_CONFIG_PATH=${PKG_CONFIG_PATH64} \
39CC="gcc ${BUILD64}" CXX="g++ ${BUILD64}" ./configure \
[7cd7f99]40    --prefix=/usr \
[6463a01]41    --libdir=/usr/lib64 \
[7cd7f99]42    --with-shared \
43    --without-debug \
44    --enable-widec \
[e7be740]45    --enable-pc-files \
46    --with-pkg-config-libdir=/usr/lib64/pkgconfig</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 and then wrap it:</para>
[96b8484]70
[6f21829]71<screen os="m2"><userinput>mv -v /usr/bin/ncursesw6-config{,-64}
72ln -svf multiarch_wrapper /usr/bin/ncursesw6-config</userinput></screen>
[96b8484]73
[6463a01]74    <para os="h">Move the <filename class="libraryfile">libncursesw</filename>
75    shared library to <filename class="directory">/lib64</filename>
76    and create a new symlink in <filename class="directory">/usr/lib64</filename>:</para>
[3f8be484]77
[6463a01]78<screen os="i"><userinput>mv -v /usr/lib64/libncursesw.so.* /lib64
[a813375]79ln -svf ../../lib64/$(readlink /usr/lib64/libncursesw.so) /usr/lib64/libncursesw.so</userinput></screen>
[7cb0700]80
[dabbced]81    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[50af1be]82    href="ncurses.xml"
83    xpointer="xpointer(//*[@os='l'])"/>
84
[8c4638c]85<screen os="m"><userinput>for lib in ncurses form panel menu ; do
[fcc84cc]86        echo "INPUT(-l${lib}w)" &gt; /usr/lib64/lib${lib}.so
[50af1be]87        ln -sfv lib${lib}w.a /usr/lib64/lib${lib}.a
88done
89ln -sfv libncurses++w.a /usr/lib64/libncurses++.a
[6f21829]90ln -sfv ncursesw6-config-64 /usr/bin/ncurses6-config-64
91ln -sfv ncursesw6-config /usr/bin/ncurses6-config</userinput></screen>
[50af1be]92
[3f8be484]93  </sect2>
94
[dabbced]95  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[3f8be484]96  href="../common/ncurses.xml"
97  xpointer="xpointer(id('contents-ncurses'))"/>
98
99</sect1>
Note: See TracBrowser for help on using the repository browser.