home *** CD-ROM | disk | FTP | other *** search
/ Solo Programadores 22 / SOLO_22.iso / packages / ez2load / readme < prev    next >
Encoding:
Text File  |  1996-04-29  |  8.2 KB  |  185 lines

  1. Fourth Release of GW ez2load Ada Compiler and Tutorial Kit for MS-DOS
  2. ------------------------------------------------------------------
  3. January 15, 1996
  4. ----------------
  5.  
  6. Michael B. Feldman   (mfeldman@seas.gwu.edu)
  7. Charles A. Kann      (ckann@seas.gwu.edu)
  8. Department of Electrical Engineering and Computer Science 
  9. The George Washington University Washington, DC 20052 
  10. (202) 994-5919 (voice) 
  11. (202) 994-0227 (fax) 
  12.  
  13. We are happy to announce the fourth release of ez2load, an easy-install
  14. kit of free Ada 83 and Ada 95 compilers and editors, and a shareware
  15. tutorial for Ada 95.
  16.  
  17. This kit is intended primarily for distribution on the February release 
  18. of the Walnut Creek Ada CD-ROM, but it is equally useful 
  19. as an ftp or diskette distribution. 
  20.  
  21. New in this release:
  22. -------------------
  23. - GNAT version 3.01 for MS-DOS is now included. This is the released
  24.   DOS version of the compiler that was validated for SGI in November.
  25.   Since the base compiler is the same, all of Ada 95 is now
  26.   supported and passed the relevant validation tests. The zipfiles
  27.   now match the "official" distribution.
  28.  
  29.   There is unfortunately still no tasking under DOS. The compiler will
  30.   compile a tasking program correctly, so you can do syntax/semantic
  31.   checking on DOS, but you cannot link the program because the needed
  32.   runtime libraries are missing. For GNAT with tasking on the
  33.   Intel platform, get GNAT for OS/2 or Windows NT or Linux.
  34.   The various GNAT ports are at cs.nyu.edu.
  35.  
  36. - Improved and extended versions of the AdaCAPS (DOS) and AdaIDE
  37.   (Windows 3.1) editor/development environments.
  38.  
  39. - The GW-GNAT editor is gone. We are no longer supporting it,
  40.   because it is completely superceded by AdaCAPS and AdaIDE, which
  41.   are much better environments.
  42.  
  43. - A new utility which, given a compilable package interface, will
  44.   produce a skeletal, compilable package body, with syntactically
  45.   valid skeletal subprogram bodies. This is called makebody and
  46.   runs as a tool under AdaCAPS.
  47.  
  48. - A binding to the DJGPP version of PD Curses, with a higher-level
  49.   package called AdaTUI, Ada Textual User Interface. PD Curses is
  50.   included in the distribution.
  51.  
  52. - A new release of DRGEN, from Allen Parrish and David Cordes of
  53.   the University of Alabama. Given a compiled package, DRGEN will
  54.   produce an interactive test harness for unit-testing the package.
  55.  
  56. - A new release of David Wheeler's Lovelace, a free Ada 95 tutorial
  57.   in Hypertext Markup Language (HTML). A copy of the Cello HTML
  58.   browser for Windows is included.
  59.  
  60. - A new release of John Herro's shareware Ada-Tutr. If you plan to
  61.   keep it to learn Ada 95, please send him the shareware fee.
  62.  
  63. - If you need only the new editors, download editors.zip _and_ the .exe 
  64.   and .scr files. If you need only DRGEN, download drgen.zip.
  65.   You do not need the other zipfiles.
  66.  
  67. - The file winhelp.zip contains a set of Windows Help files created by
  68.   the AdaIDE authors for several of the DJGPP tools. These are not
  69.   essential to using AdaIDE or GNAT; download this file if you wish.
  70.  
  71. ez2load is available by anonymous ftp at ftp.gwu.edu, pub/ada/ez2load, 
  72. and also in the Public Ada LIbrary at wuarchive.wustl.edu (and numerous
  73. mirror sites), languages/ada/compiler/ez2load.
  74.  
  75. Included in the ez2load kit are:
  76. -------------------------------
  77.  
  78. - a menu-driven installer program
  79.  
  80. - GW-Ada/Ed, an integrated Ada 83 environment that provides an excellent
  81.   way to get started with Ada. This system incorporates an editor,
  82.   compiler and virtual-code interpreter, and a very useful multi-window
  83.   runtime monitor. Several directories of interesting example programs
  84.   are provided, including some nice programs to demonstrate Ada's
  85.   multitasking capabilities. Based on NYU's Ada/Ed compiler,
  86.   GW-Ada/Ed was developed by Charles Kann, GW doctoral student,
  87.   and Arthur Vargas Lopes, a GW graduate now of Porto Alegre, Brazil.
  88.  
  89. - GNAT (GNU/NYU Ada Translator) for DOS, an Ada 95 compiler that runs
  90.   under djgpp (GCC for DOS) and provides a nearly-complete implementation
  91.   of Ada 95. (Tasking is not yet supported in the DOS version of GNAT.)
  92.   A basic djgpp distribution is included in the kit and installed along
  93.   with GNAT. GNAT is a product of a team at New York University and
  94.   elsewhere, and is now maintained by Ada Core Technologies (ACT). 
  95.   Report compiler bugs to them,  report@gnat.com.
  96.  
  97. - AdaCAPS (Ada Computer-Aided Programming System), an interactive development 
  98.   environment for GNAT. The editor provides full support for multiple 
  99.   re-sizable windows (overlaid or tiled), mouse and keystroke interactions, 
  100.   and single-keystroke invocation of GNAT compilation, binding, and execution 
  101.   commands. Ken Price of Priceless Software, Perpperell, Mass, is the
  102.   author of this very nice IDE, which has the "look-and-feel" of a
  103.   Borland "Turbo" product.
  104.  
  105. - AdaIDE (Ada Interactive Development Environment), an IDE that runs
  106.   under Microsoft Windows 3.1, with the "look-and-feel" of a Microsoft
  107.   "Visual" product. Errol Martin and Don Overheu of Canberra,
  108.   Australia, are the authors of this IDE.
  109.  
  110. - a set of simple DOS command-line commands, gcompile/glink/gexecute,
  111.   which allow new GNAT users to do simple compilation and linking
  112.   operations, and to execute programs in an environment that produces
  113.   a neatly-formatted traceback in case of an unhandled exception.
  114.   These commands are invoked by GW-GNAT and AdaCAPS but can also be run 
  115.   from the DOS command line. Charles Kann is the author.
  116.  
  117. - AdaTUI, Ada Textual User Interface, a binding to PD Curses
  118.   and a demonstration textual user interface builder package.
  119.   The author is Alden Dima of GWU.
  120.  
  121. - a fast hypertext Ada 95 Reference Manual. The hypertext RM can be invoked 
  122.   from GW-GNAT, AdaCAPS and AdaIDE or used as a stand-alone program. The 
  123.   author is Arthur Vargas Lopes.
  124.  
  125. - DRGEN - a tool which allows programmers to easily generate driver programs
  126.   for unit testing Ada packages.  This tool was written by Allan Parrish and
  127.   David Cortes.
  128.  
  129. - Lovelace - A hypertext Ada 95 tutorial by David Wheeler.  It includes
  130.   the Cello web browser.
  131.  
  132. - Ada-Tutor - a shareware package by John Herro, providing computer-aided 
  133.   instruction in Ada 95. This is an excellent package for those wishing
  134.   to teach themselves Ada 95.
  135.  
  136. All components are free except for Ada-Tutor, which carries a shareware
  137. fee if you decide to keep it and use it.
  138.  
  139. Acquiring ez2load by anonymous ftp:
  140. ----------------------------------
  141.  
  142. The ez2load suite is available from ftp.gwu.edu in the directory
  143. pub/ada/ez2load, and also from the Public Ada Library (wuarchive.wustl.edu)
  144. and its mirrors, in the directory languages/ada/compiler/ez2load.
  145.  
  146. Here are all the files to copy from the ftp directory:
  147.  
  148.         README - This readme file
  149.         ginstall.exe - Program to do the install from a hard disk.
  150.         dinstall.exe - Program to do the install if you use diskettes.
  151.         install.scr - This script files gives options to the install program.
  152.         unzip.exe - unzip, used to unzip distribution files.
  153.         README.DSK - A readme file to explain how to use this distribution
  154.                      to make a diskette distribution.
  155.  
  156.         adaed1.zip
  157.         adaed2.zip     - Zip files containing GW-Ada/Ed.
  158.  
  159.         adatutor.zip     - Zip file containing adatutor.
  160.  
  161.         gnat3011.zip
  162.         gnat3012.zip
  163.         gnat3013.zip
  164.         dj112m4.zip     - Zip files containing djgpp and GNAT
  165.  
  166.         editors.zip     - separate package containing just AdaIDE and
  167.                            AdaCAPS.
  168.  
  169.         drgen.zip     - separate zipfile containing DRGEN and a few
  170.                           additional demos.
  171.  
  172.         winhelp.zip     - separate zipfile containing Windows Help for
  173.                           several DJGPP tools.
  174.  
  175.         adatui.zip      - separate zipfile containing just AdaTUI.
  176.  
  177. Download the first six files, and any or all of the zip files, into
  178. a "clean" single directory of your choosing, then change to that
  179. directory and type "ginstall". 
  180.  
  181. The complete distribution occupies about 8.5 megabytes; the unpacked
  182. and installed distribution requires about 15 megabytes. You need an
  183. MS-DOS computer with an 80386 or better CPU; 4 megabytes minimum RAM,
  184. 8 mb preferred.
  185.