home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 472b.lha / Curses_v1.22 / ReadMe < prev    next >
Text File  |  1991-02-09  |  3KB  |  81 lines

  1.             AMIGA CURSES PACKAGE V1.20
  2.             ==========================
  3.  
  4. Author : Simon John Raybould    (sie@fulcrum.bt.co.uk)
  5. Date   : 2nd December 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.     I am including the source so that users other than Lattice may benifit
  13. from this package. Please DO NOT CHANGE THE SOURCE inform me of any bugs you
  14. want fixing and it shall be done - FAST.
  15.  
  16.     DO NOT DISRTRIBUTE AN ALTERED COPY OF THIS CODE TELL ME IF YOU WANT
  17.     SOMETHING FIXING OR CHANGING IN THE SOURCE AND I WILL DO IT AND
  18.     INCLUDE IT IN FUTURE RELEASES, YOU'LL EVEN GET A MENTION IN THE
  19.     HISTORY FILE AS BEING INVOLVED IN ITS HISTORY!
  20.  
  21.     I ASK FOR NO MONEY THIS STUFF IS TOTALLY FREE GRATIS FOR NOTHING GIVE
  22.     IT TO WHOEVER WANTS IT BUT DONT CHARGE THEM FOR THE SOFTWARE, YOU MAY
  23.     CHARGE FOR YOUR TIME AND EFFORT IN COPYING, YOU MAY ALSO CHARGE FOR
  24.     ANY MEDIA USED.
  25.  
  26.     This package is mainly aimed at people who wish to port screen based UN*X
  27. applications to the Amiga. I have written a brief documentation file but I
  28. assume that such people have access to full curses documentation. I have no
  29. intention of re-writing the Curses documentation as this would be of little
  30. or no use to people because documentation is generally available at book
  31. stores.
  32.  
  33.     I hope this is the package people have been waiting for on the Amiga
  34. and would like to make this the best PD curses package available. So please
  35. report bugs to me.
  36.  
  37.     To use this, include curses.h at the top of your code instead of stdio.h
  38. (curses.h will include stdio.h). Compile as normal and when linking, link in
  39. the library 'curses.lib'. 'curses.h' should be installed in the same
  40. directory as 'stdio.h' (INCLUDE:) with lattice V5. 'curses.lib' should be
  41. in the same directory as 'lc.lib' or 'c.lib' (LIB:) with lattice V5.
  42.  
  43.     This code was compiled under Lattice C V5.05. It should work O.K. with
  44. all Lattice setups and I hope with Aztec too.
  45.  
  46.     I have not tested with Aztec as I don't have a copy.
  47.  
  48.  
  49. NOTE
  50. ====
  51.  
  52.     The curses library should be linked in before all other libraries on
  53.     the link line.
  54.  
  55.  
  56. EXAMPLE
  57. =======
  58.  
  59.     blink lib:c.o foo.o TO foo LIB lib:curses.lib+lib:lc.lib+lib:amiga.lib
  60.  
  61.  
  62. Thanks
  63. ======
  64.  
  65.     I feel I must thank certain people for their help in the improvement of
  66. this package from which we all stand to gain. Without their suggestions, the
  67. development of this package would have been significantly slower, Thanks.
  68.  
  69.     Michael Fischer - For finding many bugs in the first alpha of curses and
  70.                       continued bug finding and suggestions. Thanks Mike!
  71.     Phil Kernick    - For his excellent suggestions for improvements.
  72.     Kai Vorma       - For suggestions, bug reports e.t.c.
  73.  
  74.     Any bugs, suggestions,  e.t.c. email to 'sie@fulcrum.bt.co.uk'
  75.  
  76.  
  77.  
  78. Cheers,
  79.  
  80.        Simon J Raybould
  81.