home *** CD-ROM | disk | FTP | other *** search
/ High Voltage Shareware / high1.zip / high1 / DIR2 / CBUFF09.ZIP / DOX.ZIP / README < prev   
Text File  |  1993-11-16  |  2KB  |  69 lines

  1.                   README CBUFF 0.9.0
  2.         Anjo Anjewierden (anjo@swi.psy.uva.nl)
  3.                     November, 1993
  4.  
  5.  
  6. CBUFF is a library of C functions implementing the ChessBase file format.
  7. The CBUFF library has been used to implement a number of utilities doing
  8. interesting things to ChessBase databases.
  9.  
  10. The CBUFF library, the CBUFF utilities and the CBUFF documentation is
  11. protected by copyright.  All of CBUFF is, however, free.  See the file
  12. COPYING and the documentation for more details on your rights.
  13.  
  14. Send comments, contributions and criticsm to anjo@swi.psy.uva.nl.
  15.  
  16.  
  17. AVAILABILITY
  18. ============
  19.  
  20. CBUFF is currently only available to members of the CBUFF project.  In the
  21. future it will be available from the chess FTP site: chess.uoknor.edu in
  22. the directory /pub/ChessBase/CBUFF.  CBUFF is *not* available directly from
  23. the authors.
  24.  
  25. New versions and utilities will be announced on rec.games.chess.
  26.  
  27.  
  28. INSTALLING UNDER MS-DOS (WITHOUT RECOMPILING)
  29. =============================================
  30.  
  31. If you have a computer running MS-DOS installation merily means copying the
  32. relevant files to your hard disk.  It is easiest to create a separate
  33. directory for CBUFF, for example
  34.  
  35.     % mkdir c:\cbuff
  36.  
  37. Then copy all utilities and the support files to your CBUFF directory,
  38. for example:
  39.  
  40.         % cd c:\cbuff
  41.         % tar xfv cbuff.dos.tar
  42.         % tar xfv cbuff.support.tar
  43.  
  44. Finally, edit your AUTOEXEC.BAT file and add the line:
  45.  
  46.     SET CBUFFDIR C:\CBUFF\
  47.  
  48. and append C:\CBUFF to the PATH environment variable in AUTOEXEC.BAT.
  49.  
  50.  
  51. INSTALLING ON OTHER PLATFORMS:
  52. =============================
  53.  
  54. You need an ANSI-compatible C compiler to recompile CBUFF.  See the
  55. "Makefile" for details on what is required.  The file "machine.h" can be
  56. edited to tailor CBUFF to a particular hard/software environment.
  57.  
  58. Under Unix you should create a CBUFF directory and copy all support files
  59. to that directory.  Then set the environment variable CBUFFDIR to the name
  60. of the directory created.
  61.  
  62.  
  63. POINTERS:
  64. ========
  65.  
  66. See the file "NOTES" for information about the latest release.
  67. The file "CONTENTS" is a table of contents.
  68.  
  69.