Online Eiffel Documentation
EiffelStudio

EiffelStudio 5.7 for Solaris

Requirements

Computer/ProcessorUltraSparc.
Operating SystemSolaris 8.0 or greater for Sparc, Solaris 10 or greater for x86 with either Gnome 2.6 or GTK+ 2.4.
Memory512MB of RAM (1GB recommended).
Hard Disk500MB of hard disk space (1GB recommended).
DriveCD-ROM or DVD drive (not required when downloading EiffelStudio).
Display1024 x 768 or higher resolution video adapter and monitor.
PeripheralsKeyboard and mouse or compatible pointing device.
ISE_PLATFORMsolaris-sparc for 32 bits version of Solaris on Sparc processor, solaris-sparc-64 for 64 bits versions, solaris-x86 and solaris-x86-64 for the Intel processor on 32 and 64 bits.

Checking your environment

EiffelStudio 5.7 requires GTK+ 2.4.0 or above to function properly. You can check that you have this installed correctly by typing the following command:

pkg-config --modversion gtk+-2.0
The command should succeed and the version number of GTK+ should appear. If it is not 2.4.0 or above then you cannot continue the installation of EiffelStudio. You first need to install GTK+ 2.4.0.

Installing EiffelStudio from the Web

After downloading the installation package, you should manually extract its contents to your hard drive. For example, you can extract it into /usr/local using the following commands (assuming that you have permission to /usr/local and that the installation package was saved in /tmp/Eiffel57.tgz):

cd /usr/local
tar xvfz /tmp/Eiffel57.tgz

This will install EiffelStudio 5.7 files into /usr/local/Eiffel57. Once this is done, jump to the Setting up EiffelStudio section in order to complete the installation of EiffelStudio.

Installing EiffelStudio from a CD-ROM

Insert the CD into your CD-ROM drive. You should manually extract its contents to your hard drive. For example you can extract it in /usr/local using the following commands (assuming that you have permission to /usr/local and that the CD is mounted on /mnt/cdrom):

cd /usr/local
cp -r /mnt/cdrom/Eiffel57 .

This will install the EiffelStudio 5.7 files into /usr/local/Eiffel57. To complete the installation of EiffelStudio, jump to the next section, Setting up EiffelStudio.

Setting up EiffelStudio

Once the files have been installed, you should define the following environment variables in order to run EiffelStudio:

and add $ISE_EIFFEL/studio/spec/$ISE_PLATFORM/bin to your PATH environment variable.

Using sh or bash as a shell, it suffices to type the following commands:

export ISE_EIFFEL=/usr/local/Eiffel57
export ISE_PLATFORM=solaris-sparc
export PATH=$PATH:$ISE_EIFFEL/studio/spec/$ISE_PLATFORM/bin

Using csh or tcsh as a shell, it suffices to type the following commands:

setenv ISE_EIFFEL /usr/local/Eiffel57
setenv ISE_PLATFORM solaris-sparc
set path = ($path $ISE_EIFFEL/studio/spec/$ISE_PLATFORM/bin)

If you are using the Enterprise edition, please follow the instructions of the next section, Registering the Enterprise Edition, otherwise jump to the Using EiffelStudio section at the end of this document.

Registering the Enterprise Edition

This step assumes you have followed the instructions in the Setting up EiffelStudio section. Perform the following commands to start the registration process:

cd $ISE_EIFFEL
./register

A dialog asking for your Username and CD Key should appear as it does below:

Setup dialog

Enter the information located inside the box that contains your copy of the EiffelStudio Enterprise Edition. Once the information is correct, the Register button will be enabled. Click Register to actually register EiffelStudio.

The first time you launch EiffelStudio, you will be asked for an activation key through the following dialog:

Registration dialog

By clicking on the http://activate.eiffel.com URL, a new web browser will appear with the requested fields automatically filled in with the appropriate information. Simply click Activate and a new page with an activation code will appear. Copy and paste the activation code in the first field and the Activate button should be enabled to let you activate your copy.

You can activate your copy up to three times. Once you have reached this threshold and need to reinstall your copy, contact Eiffel Software to request one more activation.

If no web browser appears, it is most likely because firefox is not installed on your machine or is not in your path. Instead you should manually launch a new web browser, go to the page http://activate.eiffel.com, and enter the information manually. Then follow the above instructions as if the browser had been properly launched.

You may receive the following dialog when launching EiffelStudio:

Registration incomplete

This probably means that the register program was not launched or did not succeed in storing data to the following file $ISE_EIFFEL/install/limand/.ec_license. To solve this, rerun the register program with a user account that has permissions to write at $ISE_EIFFEL/install/limand and enter your Username and CD Key.

Once this is done, you can jump to the next section, Using EiffelStudio.

Using EiffelStudio

Setting up the examples

Most of the examples require that you have a precompiled version of EiffelBase. To build it, simply run the script $ISE_EIFFEL/make_install after having completed all of the above steps. This script also prompts you to precompile EiffelVision which is not required to compile the examples and you can safely skip this step if you do not intend to use a precompiled of EiffelVision.

Starting EiffelStudio

Now everything should be properly installed and you should be able to run the compiler. Launch estudio for the interactive graphical user interface of the compiler, or launch ec for the command line interface. If you are a new user to EiffelStudio, we recommend that you follow the guided tour.

EiffelStudio Appearance

EiffelStudio for Unix uses the GTK+ theme engine to allow for custom appearance such as changing the default font size and color of windows, etc. If you do not have a theme manager (such as that provided with Gnome) you can copy the .gtkrc-2.0 file from $ISE_EIFFEL/eifinit/studio/spec/gtk directory to your $HOME directory.