home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / harbb30g.zip / DOC / readme.txt < prev    next >
Text File  |  1999-05-15  |  4KB  |  84 lines

  1.  
  2.  
  3.  
  4.  
  5.                          The Harbour project
  6.  
  7. ************************************************************************
  8. *  This file contains information on obtaining, installing, and using  *
  9. *  Harbour.  Please read it *completely* before asking for help.       *
  10. ************************************************************************
  11.  
  12. Harbour is a free implementation of an xBase language compiler. It is
  13. designed to be source code compatible with the CA-Clipper(r) compiler.
  14. That means that if you've got some code that would compile using
  15. CA-Clipper(r) then it should compile under Harbour. The Harbour-Project
  16. web page is:
  17.               http://www.Harbour-Project.org/
  18.  
  19.  
  20. Status and other information is always available from the web site.
  21. There is a Harbour mailing list. Harbour is still at a very early
  22. stage of development, so the mailing list is very much a Developers
  23. only list, although every body is welcome to join in the discussions.
  24.  
  25. We would like you to join the Harbour development team. If you are
  26. interested you may suscribe to our mailing list and start contributing
  27. to this free public project.
  28.  
  29. Please feel free to report all questions, ideas, suggestions, fixes,
  30. code, etc. you may need and want. With the help of all of you, the Harbour
  31. compiler and runtime libraries will become a reality very soon.
  32.  
  33.  
  34. What this distribution contains
  35. ===============================
  36.  
  37. This distribution is a Source code only distribution. It does not contain
  38. any executable files. Executable versions of Harbour are available from 
  39. the web site. Executable versions of Harbour DO NOT create runable
  40. programs. Harbour at the moment produces C output code, which must be
  41. compiled with the Harbour Virtual Machine and the support libraries
  42. in order to create a functioning program.
  43. Please test running Harbour against your Clipper source code and report
  44. any problems that might occur.
  45.  
  46. Very important: The preprocessor functionality is not built in yet. So
  47. you may test only Clipper language without preprocessor commands, etc.
  48.  
  49.  
  50. Installation
  51. ------------
  52.  
  53. 1. Unzip with Harbour zip file using pkunzip or equivalent.
  54.         E.G. pkunzip -d build72.zip
  55.    This will create Harbour/ directory and all the relevant sub
  56.    directories.
  57.  
  58. 2. Compile Harbour using your C compiler. Make files for different
  59.    platforms are included in the <WHERE ARE THEY?> directory.
  60.  
  61.  
  62. --- COPYRIGHT ---
  63.  
  64. What copyright information do we have
  65.  
  66.  
  67. --- LICENCE ---
  68.  
  69. Information about the License for usage of Harbour is available in the
  70. file LICENCE.TXT (when we have a license)
  71.  
  72. --- DISCLAIMER ---
  73.  
  74. Participants of The Harbour Project assume no responsibility for errors or omissions in these materials.
  75.  
  76. THESE MATERIALS ARE PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, OR NON-INFRINGEMENT. 
  77.  
  78. Participants of The Harbour Project further do not warrant the accuracy or completeness of the code, information, text, output or any other items contained within these materials. Participants of The Harbour Project shall not be liable for any special, direct, indirect, incidental, or consequential damages, including without limitation, lost revenues or lost profits, which may result from the use or mis-use of these materials.
  79.  
  80. The information in The Harbour Project is subject to change without notice and does not represent any future commitment by the participants of The Harbour Project.
  81.  
  82. The Harbour Project
  83.  
  84.