ncurses-exp.xml 552 B

12345678910111213141516
  1. <sect2>
  2. <title>Command explanations</title>
  3. <para><userinput>--with-shared:</userinput> This enables the build of the
  4. shared ncurses library files.</para>
  5. <para><userinput>chmod 755 *.5.2:</userinput> Shared libraries should be
  6. executable. Ncurses's install routine doesn't set the permissions
  7. properly so we do it manually instead.</para>
  8. <para><userinput>ln -sf libncurses.a libcurses.a:</userinput> Some
  9. programs try to link using -lcurses instead of -lncurses. This symlink
  10. ensures that such programs will link without errors.</para>
  11. </sect2>