Blame |
Last modification |
View Log
| RSS feed
<?xml version="1.0" encoding="ISO-8859-1"?>
<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
<!ENTITY % general-entities SYSTEM "../../general.ent">
%general-entities;
]>
<sect1 id="ch-cross-tools-ncurses" role="wrap">
<?dbhtml filename="ncurses.html"?>
<title>Ncurses-&ncurses-version; - Native</title>
<indexterm zone="ch-cross-tools-ncurses">
<primary sortas="a-Ncurses">Ncurses</primary>
<secondary>cross tools</secondary>
</indexterm>
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
href="../../final-system/common/ncurses.xml"
xpointer="xpointer(//*[@role='package'])"/>
<sect2 role="installation">
<title>Installation of Ncurses</title>
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
href="../../final-system/common/ncurses.xml"
xpointer="xpointer(//*[@os='p3'])"/>
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
href="../../final-system/common/ncurses.xml"
xpointer="xpointer(//*[@os='p4'])"/>
<para os="a">Prepare Ncurses for compilation:</para>
<screen os="b"><userinput>./configure --prefix=${CLFS}/cross-tools \
--without-debug --without-shared</userinput></screen>
<para os="c">Only one binary is needed for the Cross-Tools. Build the
headers and then build <command>tic</command>:</para>
<screen os="d"><userinput>make -C include
make -C progs tic</userinput></screen>
<para os="e">Install <command>tic</command> with the following command:</para>
<screen os="f"><userinput>install -m755 progs/tic ${CLFS}/cross-tools/bin</userinput></screen>
</sect2>
<sect2 role="content">
<title/>
<para>Details on this package are located in <xref
linkend="contents-ncurses" role="."/></para>
</sect2>
</sect1>