aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06/ncurses.xml
blob: 61050f6ca42de2ceabf85574cfabceda29f1a63d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
<?xml version="1.0" encoding="ISO-8859-1"?>
<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN" "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
  <!ENTITY % general-entities SYSTEM "../general.ent">
  %general-entities;
]>
<sect1 id="ch-system-ncurses" xreflabel="Ncurses" role="wrap">
<title>Ncurses-&ncurses-version;</title>
<?dbhtml filename="ncurses.html"?>

<indexterm zone="ch-system-ncurses"><primary sortas="a-Ncurses">Ncurses</primary></indexterm>

<sect2 role="package"><title/>

<segmentedlist>
<segtitle>&buildtime;</segtitle>
<segtitle>&diskspace;</segtitle>
<seglistitem><seg>0.6 SBU</seg><seg>27 MB</seg></seglistitem>
</segmentedlist>

</sect2>

<sect2 role="installation">
<title>Installation of Ncurses</title>

<para>Prepare Ncurses for compilation:</para>

<screen><userinput>./configure --prefix=/usr --with-shared --without-debug</userinput></screen>

<para>Compile the package:</para>

<screen><userinput>make</userinput></screen>

<para>Install the package:</para>

<screen><userinput>make install</userinput></screen>

<para>Give the Ncurses libraries execute permissions:</para>

<screen><userinput>chmod 755 /usr/lib/*.&ncurses-version;</userinput></screen>

<para>Now fix a library:</para>

<screen><userinput>chmod 644 /usr/lib/libncurses++.a</userinput></screen>

<para>Move the libraries to the <filename class="directory">/lib</filename> directory:</para>

<screen><userinput>mv /usr/lib/libncurses.so.5* /lib</userinput></screen>

<para>Recreate some symlinks:</para>

<screen><userinput>ln -sf ../../lib/libncurses.so.5 /usr/lib/libncurses.so
ln -sf libncurses.so /usr/lib/libcurses.so</userinput></screen>
</sect2>


<sect2 id="contents-ncurses" role="content"><title>Contents of Ncurses</title>

<para>See testing</para>

</sect2>

</sect1>