ncurses-exp.xml 466 B

123456789101112131415161718192021
  1. <sect2>
  2. <title>Command explanations</title>
  3. <para>
  4. <userinput>--with-shared:</userinput> This enables the build of the
  5. shared ncurses library files.
  6. </para>
  7. <para>
  8. <userinput>--disable-termcap:</userinput> Disabled the compilation of
  9. termcap fall back support.
  10. </para>
  11. <para>
  12. <userinput>ln -s libncurses.a libcurses.a:</userinput> This creates the
  13. /lib/libcurses.a symlink that for some reason isn't created during the
  14. libncurses installation.
  15. </para>
  16. </sect2>