source: BOOK/temp-system/64/ncurses.xml@ 238d70c

clfs-3.0.0-sysvinit sysvinit
Last change on this file since 238d70c was 227ae5a, checked in by Chris Staub <chris@…>, 10 years ago

Added more explanatory text about rationale for including packages in the temp-system

  • Property mode set to 100644
File size: 2.2 KB
RevLine 
[3f8be484]1<?xml version="1.0" encoding="ISO-8859-1"?>
[aa18ac0]2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
[3f8be484]4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6]>
7
8<sect1 id="ch-temp-system-ncurses" role="wrap">
9 <?dbhtml filename="ncurses.html"?>
10
11 <title>Ncurses-&ncurses-version;</title>
12
13 <indexterm zone="ch-temp-system-ncurses">
14 <primary sortas="a-Ncurses">Ncurses</primary>
15 <secondary>temporary system</secondary>
16 </indexterm>
17
[dabbced]18 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[d772cfe]19 href="../../final-system/common/ncurses.xml"
20 xpointer="xpointer(//*[@role='package'])"/>
[3f8be484]21
22 <sect2 role="installation">
23 <title>Installation of Ncurses</title>
24
[227ae5a]25 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
26 href="../common/ncurses.xml"
27 xpointer="xpointer(//*[@os='h'])"/>
28
[dabbced]29 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[3f8be484]30 href="../common/ncurses.xml"
[55d273f]31 xpointer="xpointer(//*[@os='p1'])"/>
32
[dabbced]33 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[55d273f]34 href="../common/ncurses.xml"
35 xpointer="xpointer(//*[@os='p2'])"/>
36
[dabbced]37 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[55d273f]38 href="../common/ncurses.xml"
[3f8be484]39 xpointer="xpointer(//*[@os='a'])"/>
40
[dd618bf]41<screen os="b"><userinput>CC="${CC} ${BUILD64}" CXX="${CXX} ${BUILD64}" \
[07114c98]42 ./configure --prefix=/tools --with-shared --build=${CLFS_HOST} \
43 --host=${CLFS_TARGET} --without-debug --without-ada \
[3f8be484]44 --enable-overwrite --with-build-cc=gcc</userinput></screen>
45
[dabbced]46 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[3f8be484]47 href="../common/ncurses.xml"
[dd618bf]48 xpointer="xpointer(//*[@os='c'])"/>
[3f8be484]49
[dabbced]50 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[3f8be484]51 href="../common/ncurses.xml"
[dd618bf]52 xpointer="xpointer(//*[@os='d'])"/>
[3f8be484]53
[dabbced]54 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[3f8be484]55 href="../common/ncurses.xml"
[dd618bf]56 xpointer="xpointer(//*[@os='f'])"/>
[3f8be484]57
[dabbced]58 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[3f8be484]59 href="../common/ncurses.xml"
[dd618bf]60 xpointer="xpointer(//*[@os='g'])"/>
[3f8be484]61
62 </sect2>
63
64 <sect2 role="content">
65 <title/>
66
67 <para>Details on this package are located in <xref
68 linkend="contents-ncurses" role="."/></para>
69
70 </sect2>
71
72</sect1>
Note: See TracBrowser for help on using the repository browser.