Required Environment

  * GNATbench for Eclipse 

    The GNATbench plug-in for stand-alone Eclipse requires the following 
    to be installed prior to installing GNATbench itself:

        * Eclipse, version 3.2.2;
    
        * C/C++ Development Tools (CDT) for Eclipse, version 3.1.2;
    
        * The 'make' utility will need to be installed before using 
          GNATbench.  Instructions for acquiring the utility from AdaCore 
          are included in the GNATbench documentation. Note that Linux and
          similar operating systems will likely have 'make' installed 
          already.
      
  * GNATbench for Wind River Workbench

    The GNATbench plug-in for Wind River Workbench requires the following 
    to be installed prior to installing GNATbench itself:

        * Workbench, version 2.5 or 2.6;

        * The GNAT Pro compilation tools.      
      
      
Installation      
      
  * To install GNATbench on Linux uncompress it using the gunzip utility:

       gunzip -c gnatbench-1.1.0-i686-gnu-linux-eclipse.tgz | tar xf -
       cd gnatbench-1.1.0-i686-gnu-linux-eclipse

    Then run the doinstall script, which is self-explanatory:
       ./doinstall

  * To install GNATbench on Windows simply run the installer executable.