mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-01-19 13:37:39 +00:00
3f0c882398
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@4446 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
63 lines
1.8 KiB
XML
63 lines
1.8 KiB
XML
<?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>
|