%general-entities; ]> Ncurses-&ncurses-version; Ncurses tools <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="../chapter06/ncurses.xml" xpointer="xpointer(/sect1/sect2[1]/para[1])"/> <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/sect2[1]/segmentedlist[2])"/> </sect2> <sect2 role="installation"> <title>Installation of Ncurses Prepare Ncurses for compilation: ./configure --prefix=/tools --with-shared \ --without-debug --without-ada --enable-overwrite The meaning of the configure options: --without-ada This tells Ncurses not to build its Ada bindings, even if an Ada compiler is installed on the host. This needs to 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. Compile the package: make This package does not come with a test suite. Install the package: make install <para>Details on this package are located in <xref linkend="contents-ncurses" role="."/></para> </sect2> </sect1>