ncurses-inst.xml 426 B

1234567891011121314
  1. <sect2><title>&nbsp;</title><para>&nbsp;</para></sect2>
  2. <sect2>
  3. <title>Installation of Ncurses</title>
  4. <para><screen><userinput>patch -Np1 -i ../ncurses-&ncurses-version;-etip-2.patch
  5. patch -Np1 -i ../ncurses-&ncurses-version;-vsscanf.patch
  6. ./configure --prefix=/stage1 --with-shared --without-debug \
  7. &nbsp;&nbsp;&nbsp;&nbsp;--without-ada
  8. make
  9. make install
  10. chmod 755 /stage1/lib/*.5.3</userinput></screen></para>
  11. </sect2>