2004-01-27 22:29:49 +00:00
|
|
|
<sect1 id="ch-system-ncurses" xreflabel="Ncurses">
|
2001-07-23 19:23:43 +01:00
|
|
|
<title>Installing Ncurses-&ncurses-version;</title>
|
2001-09-26 01:24:04 +01:00
|
|
|
<?dbhtml filename="ncurses.html" dir="chapter06"?>
|
2001-01-24 00:31:17 +00:00
|
|
|
|
2004-01-12 23:23:50 +00:00
|
|
|
<para>The Ncurses package contains libraries for the terminal-independent
|
2004-01-26 22:23:41 +00:00
|
|
|
handling of character screens.</para>
|
2004-01-12 23:23:50 +00:00
|
|
|
|
2004-01-27 22:27:44 +00:00
|
|
|
<screen>&buildtime; &ncurses-time;
|
|
|
|
&diskspace; &ncurses-compsize;</screen>
|
2001-07-17 19:51:18 +01:00
|
|
|
|
2004-01-12 23:23:50 +00:00
|
|
|
&aa-ncurses-down;
|
2003-11-15 16:07:18 +00:00
|
|
|
&aa-ncurses-dep;
|
2003-11-01 22:31:50 +00:00
|
|
|
|
|
|
|
<sect2><title> </title><para> </para></sect2>
|
|
|
|
|
|
|
|
<sect2>
|
|
|
|
<title>Installation of Ncurses</title>
|
|
|
|
|
2003-11-15 03:38:52 +00:00
|
|
|
<para>Fix a minor problem related to the <filename>etip.h</filename> header
|
|
|
|
file:</para>
|
2003-11-01 22:31:50 +00:00
|
|
|
|
2003-11-15 03:38:52 +00:00
|
|
|
<screen><userinput>patch -Np1 -i ../&ncurses-etip-patch;</userinput></screen>
|
2003-11-01 22:31:50 +00:00
|
|
|
|
|
|
|
<para>Now 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>And fix a library that shouldn't be executable:</para>
|
|
|
|
|
|
|
|
<screen><userinput>chmod 644 /usr/lib/libncurses++.a</userinput></screen>
|
|
|
|
|
|
|
|
<para>Move the libraries to the <filename>/lib</filename> directory,
|
|
|
|
where they're expected to reside:</para>
|
|
|
|
|
|
|
|
<screen><userinput>mv /usr/lib/libncurses.so.5* /lib</userinput></screen>
|
|
|
|
|
|
|
|
<para>Since the libraries have been moved to
|
|
|
|
<filename>/lib</filename>, a few symlinks are currently pointing
|
|
|
|
towards non-existing files. Recreate those 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>
|
2001-01-24 00:31:17 +00:00
|
|
|
|
2004-01-12 23:23:50 +00:00
|
|
|
&aa-ncurses-shortdesc;
|
|
|
|
&aa-ncurses-desc;
|
|
|
|
|
2001-01-24 00:31:17 +00:00
|
|
|
</sect1>
|
|
|
|
|