[[Property:title|HP OpenVMS]]
[[Property:weight|1]]
[[Property:uuid|cccbd8cf-3bd6-8acb-e62d-7fb1ce0ef4c2]]
==Requirements==
{| class="doctable"
|-
| '''Computer/Processor'''
| AlphaServer.
|-
| '''Operating System'''
| HP OpenVMS/Alpha version 7.3.2 with DECWindows and GTK+ 1.2.10.
|-
| '''C compiler'''
| Compaq C compiler V6 or later.
|-
| '''Memory'''
| 4GB of RAM
|-
| '''Hard Disk'''
| 1GB free disk space on an ODS-5 formatted volume, plus an additional 1GB of free space while performing the software installation.
|}
==Checking your environment==
EiffelStudio requires GTK+ 1.2.10 or above to function properly. You can check that you have this installed correctly by typing the following command:
gtk-config --version
The command should succeed and the version number of GTK+ should appear. If it is not 1.2.10 or above then you cannot continue the installation of EiffelStudio. You first need to install GTK+ 1.2.10.
==Installing the Enterprise Edition==
===From the Web===
After downloading the '''eifXXvms.zip''' installation package (where XX stands for the EiffelStudio version number), unzip the distribution into temp:[dir] where where temp:[dir] is the location of a temporary directory:
unzip eifXXvms.zip temp:[dir]
And use the following commands to install the files into eiffel_installation_path where eiffel_installation_path is a device:[directory] on an ODS-5 volume:
set file/attrib=(org:seq,rfm:fix,lrl:9216) temp:[dir]eifXXvms.save
backup temp:[dir]eifXXvms.save/save eiffel_installation_path
===From a CD===
You must mount the installation CD-ROM volume with the following qualifier:
mount cd_dev:/media_format=cdrom/undefined_fat=fixed:cr:9216
where cd_dev: is the CD-ROM device. And use the following commands to install the files into eiffel_installation_path where eiffel_installation_path is a device:[directory] on an ODS-5 volume:
backup cd_dev:[000000]eifXXvms.save/save eiffel_installation_path
===Completing the installation===
You must define a system-wide rooted logical name to reference the installation directory, for instance:
define/system EIFFELXX eiffel_installation_path:[directory.] /trans=conceal
To use EiffelStudio for OpenVMS, run the setup procedure to define the environment:
@eiffel_installation_path:[000000]setup
This will define the logical names and DCL symbols required to run Eiffel.
Once the files are copied and once the environment is setup up set, you need to register EiffelStudio. To do so type the following command:
RUN ISE_EIFFEL:[000000]register
A dialog asking for your '''Username''' and '''CD Key''' should appear as it does below: