1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162 |
- <?xml version="1.0" encoding="ISO-8859-1"?>
- <!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN" "http://www.oasis-open.org/docbook/xml/4.3/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>
|