diff options
Diffstat (limited to 'chapter06/ncurses.xml')
-rw-r--r-- | chapter06/ncurses.xml | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/chapter06/ncurses.xml b/chapter06/ncurses.xml index 9c194834b..3435c8061 100644 --- a/chapter06/ncurses.xml +++ b/chapter06/ncurses.xml @@ -1,11 +1,14 @@ -<sect1 id="ch06-ncurses"> +<sect1 id="ch06-ncurses" xreflabel="Ncurses"> <title>Installing Ncurses-&ncurses-version;</title> <?dbhtml filename="ncurses.html" dir="chapter06"?> +<para>The Ncurses package contains libraries for the terminal-independent +handling of character screens.</para> + <screen>Estimated build time: &ncurses-time; Estimated required disk space: &ncurses-compsize;</screen> -&aa-ncurses-shortdesc; +&aa-ncurses-down; &aa-ncurses-dep; <sect2><title> </title><para> </para></sect2> @@ -52,5 +55,8 @@ towards non-existing files. Recreate those symlinks:</para> ln -sf libncurses.so /usr/lib/libcurses.so</userinput></screen> </sect2> +&aa-ncurses-shortdesc; +&aa-ncurses-desc; + </sect1> |