source: temp-system/common/ncurses.xml @ 3b9c9f7

Last change on this file since 3b9c9f7 was 3b9c9f7, checked in by Jim Gifford <clfs@…>, 18 years ago

r657@server (orig r655): manuel | 2005-11-08 13:07:24 -0800
Preparations to remove SBUs and DUs. Chapter temp-system, round 1.

  • Property mode set to 100644
File size: 3.3 KB
Line 
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  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
21  href="../../final-system/common/ncurses.xml"
22  xpointer="xpointer(//*[@role='package'])"/>
23
24  <sect2 role="installation">
25    <title>Installation of Ncurses</title>
26
27    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
28    href="../../final-system/common/ncurses.xml"
29    xpointer="xpointer(//*[@os='a'])"/>
30
31<screen><userinput>./configure --prefix=/tools --with-shared \
32   --host=${LFS_TARGET} --without-debug --without-ada \
33   --enable-overwrite --with-build-cc=gcc</userinput></screen>
34
35    <variablelist os="ac">
36      <title>The meaning of the configure options:</title>
37
38      <varlistentry>
39        <term><parameter>--with-shared</parameter></term>
40        <listitem>
41          <para>This do ...</para>
42        </listitem>
43      </varlistentry>
44
45      <varlistentry>
46        <term><parameter>--without-debug</parameter></term>
47        <listitem>
48          <para>This do ...</para>
49        </listitem>
50      </varlistentry>
51
52      <varlistentry>
53        <term><parameter>--without-ada</parameter></term>
54        <listitem>
55          <para>This ensures that Ncurses does not build support for the
56          Ada compiler which may be present on the host but will not be
57          available when building the final system.</para>
58        </listitem>
59      </varlistentry>
60
61      <varlistentry>
62        <term><parameter>--enable-overwrite</parameter></term>
63        <listitem>
64          <para>This tells Ncurses to install its header files into
65          <filename class="directory">/tools/include</filename>, instead of
66          <filename class="directory">/tools/include/ncurses</filename>, to
67          ensure that other packages can find the Ncurses headers
68          successfully.</para>
69        </listitem>
70      </varlistentry>
71
72      <varlistentry>
73        <term><parameter>--with-build-cc=gcc</parameter></term>
74        <listitem>
75          <para>This do ...</para>
76        </listitem>
77      </varlistentry>
78
79    </variablelist>
80
81    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
82    href="../../final-system/common/ncurses.xml"
83    xpointer="xpointer(//*[@os='b'])"/>
84
85    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
86    href="../../final-system/common/ncurses.xml"
87    xpointer="xpointer(//*[@os='c'])"/>
88
89    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
90    href="../../final-system/common/ncurses.xml"
91    xpointer="xpointer(//*[@os='e'])"/>
92
93    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
94    href="../../final-system/common/ncurses.xml"
95    xpointer="xpointer(//*[@os='f'])"/>
96
97  </sect2>
98
99  <sect2 role="content">
100    <title/>
101
102    <para>Details on this package are located in <xref
103    linkend="contents-ncurses" role="."/></para>
104
105  </sect2>
106
107</sect1>
Note: See TracBrowser for help on using the repository browser.