home *** CD-ROM | disk | FTP | other *** search
/ Fish 'n' More 2 / fishmore-publicdomainlibraryvol.ii1991xetec.iso / dirs / curses_391.lzh / Curses / Readme < prev    next >
Text File  |  1990-10-27  |  2KB  |  59 lines

  1.             AMIGA CURSES PACKAGE
  2.             ====================
  3.  
  4. Author : Simon John Raybould    (sie@fulcrum.bt.co.uk)
  5. Date   : 10th June 1990
  6.  
  7.  
  8.  
  9.     This code is freely distributable as long as all of the files supplied
  10. are included in the distribution.
  11.  
  12.     This package is mainly aimed at people who wish to port screen based UN*X
  13. applications to the Amiga. I have written a brief documentation file but I
  14. assume that such people have access to full curses documentation. I have no
  15. intention of re-writing the Curses documentation as this would be of little
  16. or no use to people because they would still use their own.
  17.  
  18.     I hope this is the package people have been waiting for on the Amiga
  19. and would like to make this the best PD curses package available. So please
  20. report bugs to me. When I am happy with the code I may release the source
  21. into the public domain, I'm not sure yet!!
  22.  
  23.     To use this, include curses.h at the top of your code instead of stdio.h
  24. (curses.h will include stdio.h). Compile as normal and when linking, link in
  25. the library 'curses.lib'. 'curses.h' should be installed in the same
  26. directory as 'stdio.h' (INCLUDE:) with lattice V5. 'curses.lib' should be
  27. in the same directory as 'lc.lib' or 'c.lib' (LIB:) with lattice V5.
  28.  
  29.     This code was compiled under Lattice C V5.05. It should work O.K. with
  30. all Lattice setups and I hope with Aztec too.
  31.  
  32.     I have not tested with Aztec as I don't have a copy.
  33.  
  34.  
  35. NOTE
  36. ====
  37.  
  38.     The curses library should be linked in before all other libraries on
  39.     the link line.
  40.  
  41.  
  42. EXAMPLE
  43. =======
  44.  
  45.     blink lib:c.o foo.o TO foo LIB lib:curses.lib+lib:lc.lib+lib:amiga.lib
  46.  
  47.  
  48.     I have tried to keep this code as bug free as possible but I need *YOU*
  49.     to help find those nasty bugs!!!
  50.  
  51.  
  52.     Any bugs e.t.c. email to 'sie@fulcrum.bt.co.uk'
  53.  
  54.  
  55.  
  56. Cheers,
  57.  
  58.        Simon J Raybould
  59.