ncurses-exp.xml 575 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 /usr/lib/*.&ncurses-version;:</userinput> Shared
  6. libraries should be executable. Ncurses's install routine doesn't set the
  7. permissions 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>