From 965224946e10cde1353270c2b82d64aa7c641e04 Mon Sep 17 00:00:00 2001 From: Manuel Canales Esparcia Date: Sun, 16 May 2004 00:06:08 +0000 Subject: HEAD: Retaged the SBUs/disk-usage sections, the lists of options and the contents sections in chapter05. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3600 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter05/ncurses.xml | 39 +++++++++++++++++++++++++-------------- 1 file changed, 25 insertions(+), 14 deletions(-) (limited to 'chapter05/ncurses.xml') diff --git a/chapter05/ncurses.xml b/chapter05/ncurses.xml index 834b772f9..de27b3b3f 100644 --- a/chapter05/ncurses.xml +++ b/chapter05/ncurses.xml @@ -3,7 +3,7 @@ %general-entities; ]> - + Ncurses-&ncurses-version; @@ -11,15 +11,20 @@ Ncurses tools - + +<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="../chapter06/ncurses.xml" xpointer="xpointer(/sect1/sect2[1]/para[1])"/> -<screen>&buildtime; 0.7 SBU -&diskspace; 26 MB</screen> +<segmentedlist> +<segtitle>&buildtime;</segtitle> +<segtitle>&diskspace;</segtitle> +<seglistitem><seg>0.7 SBU</seg><seg>26 MB</seg></seglistitem> +</segmentedlist> -<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="../chapter06/ncurses.xml" xpointer="xpointer(/sect1/para[2])"/> +<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="../chapter06/ncurses.xml" xpointer="xpointer(/sect1/sect2[1]/segmentedlist[2])"/> +</sect2> -<sect2> +<sect2 role="installation"> <title>Installation of Ncurses Prepare Ncurses for compilation: @@ -29,17 +34,23 @@ The meaning of the configure options: - ---without-ada: This tells Ncurses not + + +--without-ada +This tells Ncurses not to build its Ada bindings, even if an Ada compiler is installed on the host. This must be done because once we enter the chroot environment, Ada will no longer be available. + ---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. - + +--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 programs and libraries: @@ -51,7 +62,7 @@ ensure that other packages can find the Ncurses headers successfully. - +<sect2 role="content"><title/> <para>The details on this package are found in <xref linkend="contents-ncurses"/>.</para> </sect2> -- cgit v1.2.3-54-g00ecf