home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 January / usenetsourcesnewsgroupsinfomagicjanuary1994.iso / sources / unix / volume24 / chemtab / part01 / README.FIRST < prev    next >
Encoding:
Text File  |  1991-03-12  |  2.5 KB  |  53 lines

  1. Jim King - January 1991
  2.  
  3. Chemtab supports the following devices:
  4.     ANY terminal which can utilize the curses screen functions
  5.     * Graphic Periodic Table - ANY VT1XX compatible
  6.     * Graphing routine (normal) - any curses terminal
  7.     * Graphics routing (ReGIS) - any ReGIS compatible (VT240, VT3XX)
  8.     
  9.     Chemtab was designed to work on any terminal that has an entry
  10. in the /etc/termcap file and has cursor movement sequences in that
  11. entry!
  12.  
  13. How to setup Chemtab to work at your site..
  14.  
  15. WARNING: Chemtab has only been tested under Ultrix 3.1 on a VAX 11/780,
  16.      and a DEC 5810 RISC Ultrix 4.1 machine.  Chemtab, as is, will
  17.      probably only work for BSD compatible systems.  SYSV compatibility
  18.          is on it's way!  I promise!  Since chemtab uses curses, it should
  19.      prove to be portable.
  20.  
  21. Any comments, suggestions, bugs can be reported to:
  22.     jek5036@ultb.isc.rit.edu (formerly pulsar@xait.xerox.com!lsrhs)
  23.  
  24. How to setup:
  25. (1) Change the Makefile to suit your site.  Currently, the makefile will
  26.     compile with cc, with the -O option for optimization, and the new
  27.     ReGIS flag for DEC ReGIS compatible terminals.
  28. (2) Change tune.h to suit your needs.
  29. (3) Change the directions on how to get to your printer at the end of cleanup.c
  30.     Or, just remove those print statements.  (The statement you want to change
  31.     is in comments.  This is only helpful if you are running a classroom full
  32.     of students, each wanting a printout and not knowing how to get it.)
  33. (4) Type the command, 'make'
  34. (5) There are some text files which chemtab needs to use, namely:
  35.     elist, pertab, pertab_graphic, online_help, closevalues
  36.     These should be put in a library directory somewhere where chemtab
  37.     can read all of these.  In that same directory, chemtab will need to
  38.     write to two files: logfile (if you want one) and binlist (binary
  39.     element list (faster to read in)).  Please make this so.  I would
  40.     have incorporated it into the Makefile but some people would rather
  41.     make sure it worked for them...
  42.  
  43. That SHOULD be the extent of it.. but don't quote me on that.  I am the
  44. author, and I am not held responsible for any damage the program might cause,
  45. however it's not programmed to do any damage whatsoever.
  46.  
  47. I realize that the directions are sketchy, but I am a programmer,
  48. not a documenter (or a commenter for that matter)..
  49.  
  50. If you decide to use this program in a classroom environment, please send me
  51. mail over the internet at jek5036@ultb.isc.rit.edu.  I would love to hear
  52. from anyone who uses chemtab 2.01!  Thanks..            - Jim
  53.