home *** CD-ROM | disk | FTP | other *** search
/ Solo Programadores 22 / SOLO_22.iso / packages / booch / readme < prev   
Encoding:
Text File  |  1996-04-29  |  1.6 KB  |  47 lines

  1. 13 April 1996
  2.  
  3. This is the first "public" beta release of the Ada 95 Booch Components.
  4. This reelase (0.4q) contains only the Queue form of the components,
  5. and is currently limited to the sequential (non-concurrent) forms.
  6. Future releases will included more functionality and (hopefully) fewer
  7. bugs.  For now, the components can be downloaded from
  8. ftp.dfw.net://pub/users/dweller.  The file will be named
  9. bcDDMMYY.tar.gz (where DD=Day, MM=Month, YY=Year).  For users that are
  10. running Microsoft(tm) DOS below version 7 (commonly called "Windows
  11. 95"), you need to download the file bcDDMMYY.zip.
  12.  
  13. For a complete list of known bugs, please read the Openbugs.txt file
  14. found in this release.
  15.  
  16. Contacting the author:
  17.  
  18. David Weller is the author of the Ada 95 Booch Components.  He can be
  19. reached via the Internet at dweller@dfw.net.  
  20.  
  21. Submitting a defect report:
  22.  
  23. If you are submitting a comment related to the Booch Components, please 
  24. be sure to read all installation instructions, open bugs, known defects, 
  25. and the web page (www.ocsystems.com/booch) to ensure your have the
  26. most current information.  Be sure you use an "understandable" subject
  27. line in your e-mail, the author gets tons of mail for many different
  28. things.
  29.  
  30. Caveats:
  31.  
  32. Every effort will be made to have the most current software available.
  33. Please bear in mind that the author does this work completely on his
  34. own time.  Releases will be distributed as soon as possible.
  35.  
  36. =====  Compiling =======
  37.  
  38. Compiling the sources is simple under GNAT:
  39.     gnatmake queue_test
  40.  
  41. To turn assertions on, use
  42.     gnatmake queue_test -cargs -gnata
  43.  
  44. Now, that wasn't so hard, was it?
  45.  
  46. :End of File:
  47.