README 632 B

123456789101112131415161718192021
  1. This is the ncurses interface for Free Pascal.
  2. You need at least version 0.99.8 to compile this.
  3. Compiling should be as simple as
  4. make install
  5. this will compile the unit ncurses, and make the two programs.
  6. the ncurses unit will be installed in the directory you set in
  7. the makefile.
  8. If the ncurses library is not in /usr/lib, it is possible that
  9. you must set a -Fl/path/to/libncurses/dir option when compiling the
  10. programs.
  11. The firework program is a nice program that is in the test suite of ncurses
  12. the testn program shows how to make a small window and set a border and
  13. colors, and display a string in it.
  14. Enjoy !
  15. Michael.