[bf8c11f] | 1 | <?xml version="1.0" encoding="ISO-8859-1"?>
|
---|
| 2 | <!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
|
---|
| 3 | "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
|
---|
| 4 | <!ENTITY % general-entities SYSTEM "../../general.ent">
|
---|
| 5 | <!ENTITY % patches-entities SYSTEM "../../patches.ent">
|
---|
| 6 | %general-entities;
|
---|
| 7 | %patches-entities;
|
---|
| 8 | ]>
|
---|
| 9 |
|
---|
| 10 | <sect1 id="ch-temp-system-ncurses" role="wrap">
|
---|
| 11 | <?dbhtml filename="ncurses.html"?>
|
---|
| 12 |
|
---|
| 13 | <title>Ncurses-&ncurses-version;</title>
|
---|
| 14 |
|
---|
| 15 | <indexterm zone="ch-temp-system-ncurses">
|
---|
| 16 | <primary sortas="a-Ncurses">Ncurses</primary>
|
---|
| 17 | <secondary>temporary system</secondary>
|
---|
| 18 | </indexterm>
|
---|
| 19 |
|
---|
| 20 | <sect2 role="package">
|
---|
| 21 | <title/>
|
---|
| 22 |
|
---|
| 23 | <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
|
---|
| 24 | href="../../final-system/common/ncurses.xml"
|
---|
| 25 | xpointer="xpointer(//*[@role='package']/para[1])"/>
|
---|
| 26 |
|
---|
| 27 | <segmentedlist>
|
---|
| 28 | <segtitle>&buildtime;</segtitle>
|
---|
| 29 | <segtitle>&diskspace;</segtitle>
|
---|
| 30 |
|
---|
| 31 | <seglistitem>
|
---|
| 32 | <seg>Not checked yet</seg>
|
---|
| 33 | <seg>Not checked yet</seg>
|
---|
| 34 | </seglistitem>
|
---|
| 35 | </segmentedlist>
|
---|
| 36 |
|
---|
| 37 | <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
|
---|
| 38 | href="../../final-system/common/ncurses.xml"
|
---|
| 39 | xpointer="xpointer(//*[@role='package']/segmentedlist[2])"/>
|
---|
| 40 |
|
---|
| 41 | </sect2>
|
---|
| 42 |
|
---|
| 43 | <sect2 role="installation">
|
---|
| 44 | <title>Installation of Ncurses</title>
|
---|
| 45 |
|
---|
| 46 | <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
|
---|
| 47 | href="../../final-system/common/ncurses.xml"
|
---|
| 48 | xpointer="xpointer(//*[@os='a'])"/>
|
---|
| 49 |
|
---|
| 50 | <screen><userinput>./configure --prefix=/tools --with-shared \
|
---|
| 51 | --host=${LFS_TARGET} --without-debug --without-ada \
|
---|
| 52 | --enable-overwrite --with-build-cc=gcc</userinput></screen>
|
---|
| 53 |
|
---|
| 54 | <variablelist os="ac">
|
---|
| 55 | <title>The meaning of the configure options:</title>
|
---|
| 56 |
|
---|
| 57 | <varlistentry>
|
---|
| 58 | <term><parameter>--with-shared</parameter></term>
|
---|
| 59 | <listitem>
|
---|
| 60 | <para>This do ...</para>
|
---|
| 61 | </listitem>
|
---|
| 62 | </varlistentry>
|
---|
| 63 |
|
---|
| 64 | <varlistentry>
|
---|
| 65 | <term><parameter>--without-debug</parameter></term>
|
---|
| 66 | <listitem>
|
---|
| 67 | <para>This do ...</para>
|
---|
| 68 | </listitem>
|
---|
| 69 | </varlistentry>
|
---|
| 70 |
|
---|
| 71 | <varlistentry>
|
---|
| 72 | <term><parameter>--without-ada</parameter></term>
|
---|
| 73 | <listitem>
|
---|
| 74 | <para>This ensures that Ncurses does not build support for the
|
---|
| 75 | Ada compiler which may be present on the host but will not be
|
---|
| 76 | available when building the final system.</para>
|
---|
| 77 | </listitem>
|
---|
| 78 | </varlistentry>
|
---|
| 79 |
|
---|
| 80 | <varlistentry>
|
---|
| 81 | <term><parameter>--enable-overwrite</parameter></term>
|
---|
| 82 | <listitem>
|
---|
| 83 | <para>This tells Ncurses to install its header files into
|
---|
| 84 | <filename class="directory">/tools/include</filename>, instead of
|
---|
| 85 | <filename class="directory">/tools/include/ncurses</filename>, to
|
---|
| 86 | ensure that other packages can find the Ncurses headers
|
---|
| 87 | successfully.</para>
|
---|
| 88 | </listitem>
|
---|
| 89 | </varlistentry>
|
---|
| 90 |
|
---|
| 91 | <varlistentry>
|
---|
| 92 | <term><parameter>--with-build-cc=gcc</parameter></term>
|
---|
| 93 | <listitem>
|
---|
| 94 | <para>This do ...</para>
|
---|
| 95 | </listitem>
|
---|
| 96 | </varlistentry>
|
---|
| 97 |
|
---|
| 98 | </variablelist>
|
---|
| 99 |
|
---|
| 100 | <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
|
---|
| 101 | href="../../final-system/common/ncurses.xml"
|
---|
| 102 | xpointer="xpointer(//*[@os='b'])"/>
|
---|
| 103 |
|
---|
| 104 | <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
|
---|
| 105 | href="../../final-system/common/ncurses.xml"
|
---|
| 106 | xpointer="xpointer(//*[@os='c'])"/>
|
---|
| 107 |
|
---|
| 108 | <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
|
---|
| 109 | href="../../final-system/common/ncurses.xml"
|
---|
| 110 | xpointer="xpointer(//*[@os='e'])"/>
|
---|
| 111 |
|
---|
| 112 | <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
|
---|
| 113 | href="../../final-system/common/ncurses.xml"
|
---|
| 114 | xpointer="xpointer(//*[@os='f'])"/>
|
---|
| 115 |
|
---|
| 116 | </sect2>
|
---|
| 117 |
|
---|
| 118 | <sect2 role="content">
|
---|
| 119 | <title/>
|
---|
| 120 |
|
---|
| 121 | <para>Details on this package are located in <xref
|
---|
| 122 | linkend="contents-ncurses" role="."/></para>
|
---|
| 123 |
|
---|
| 124 | </sect2>
|
---|
| 125 |
|
---|
| 126 | </sect1>
|
---|