From 7b82580d090a238f031978610f2f3df4fd2ebe74 Mon Sep 17 00:00:00 2001 From: Manuel Canales Esparcia Date: Sun, 22 Jan 2006 12:20:02 +0000 Subject: Indenting chapter 05, part 4. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7290 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter05/ncurses.xml | 113 ++++++++++++++++++++++++++++++-------------------- 1 file changed, 67 insertions(+), 46 deletions(-) (limited to 'chapter05/ncurses.xml') diff --git a/chapter05/ncurses.xml b/chapter05/ncurses.xml index 9893dfaf8..a433b07f9 100644 --- a/chapter05/ncurses.xml +++ b/chapter05/ncurses.xml @@ -1,73 +1,94 @@ - %general-entities; ]> + -Ncurses-&ncurses-version; - + - -Ncurses -tools + Ncurses-&ncurses-version; - -<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="../chapter06/ncurses.xml" xpointer="xpointer(/sect1/sect2[1]/para[1])"/> + <indexterm zone="ch-tools-ncurses"> + <primary sortas="a-Ncurses">Ncurses</primary> + <secondary>tools</secondary> + </indexterm> -<segmentedlist> -<segtitle>&buildtime;</segtitle> -<segtitle>&diskspace;</segtitle> -<seglistitem><seg>0.7 SBU</seg><seg>27.5 MB</seg></seglistitem> -</segmentedlist> + <sect2 role="package"> + <title/> -<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="../chapter06/ncurses.xml" xpointer="xpointer(/sect1/sect2[1]/segmentedlist[2])"/> + <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" + href="../chapter06/ncurses.xml" + xpointer="xpointer(/sect1/sect2[1]/para[1])"/> -</sect2> + <segmentedlist> + <segtitle>&buildtime;</segtitle> + <segtitle>&diskspace;</segtitle> -<sect2 role="installation"> -<title>Installation of Ncurses + + 0.7 SBU + 27.5 MB + + -Prepare Ncurses for compilation: + -./configure --prefix=/tools --with-shared \ - --without-debug --without-ada --enable-overwrite + -The meaning of the configure options: + + Installation of Ncurses - - ---without-ada -This ensures that Ncurses does not build support for the Ada -compiler which may be present on the host but will not be available once we -enter the chroot environment. - + Prepare Ncurses for compilation: - ---enable-overwrite -This tells Ncurses to install its header files into -/tools/include, instead of -/tools/include/ncurses, to -ensure that other packages can find the Ncurses headers -successfully. - - +./configure --prefix=/tools --with-shared \ + --without-debug --without-ada --enable-overwrite -Compile the package: + + The meaning of the configure options: + + + --without-ada + + This ensures that Ncurses does not build support for the Ada + compiler which may be present on the host but will not be available + once we enter the chroot environment. + + + + + --enable-overwrite + + This tells Ncurses to install its header files into + /tools/include, instead of + /tools/include/ncurses, to + ensure that other packages can find the Ncurses headers + successfully. + + + + + + Compile the package: make -This package does not come with a test suite. + This package does not come with a test suite. -Install the package: + Install the package: make install - + - -<para>Details on this package are located in <xref -linkend="contents-ncurses" role="."/></para> -</sect2> + <sect2 role="content"> + <title/> -</sect1> + <para>Details on this package are located in + <xref linkend="contents-ncurses" role="."/></para> + </sect2> + +</sect1> -- cgit v1.2.3-54-g00ecf