Author:manus

Date:2012-01-19T05:11:33.000000Z


git-svn-id: https://svn.eiffel.com/eiffel-org/trunk@1043 abb3cda0-5349-4a8f-a601-0c33ac3a8c38
This commit is contained in:
halw
2012-01-19 19:56:18 +00:00
parent fd9d751640
commit 796d0ee0c9
10 changed files with 15 additions and 25 deletions

View File

@@ -1,5 +1,4 @@
[[Property:title|EiffelStudio for FreeBSD]]
[[Property:link_title|FreeBSD]]
[[Property:title|FreeBSD]]
[[Property:weight|1]]
[[Property:uuid|b26ddd99-521b-6a10-79e6-e2a5d30f907c]]
==Requirements==

View File

@@ -1,5 +1,4 @@
[[Property:title|EiffelStudio for HP OpenVMS]]
[[Property:link_title|HP OpenVMS]]
[[Property:title|HP OpenVMS]]
[[Property:weight|2]]
[[Property:uuid|cccbd8cf-3bd6-8acb-e62d-7fb1ce0ef4c2]]
==Requirements==

View File

@@ -1,5 +1,4 @@
[[Property:title|EiffelStudio for HP Tru64 UNIX]]
[[Property:link_title|HP Tru64 UNIX]]
[[Property:title|HP Tru64 UNIX]]
[[Property:weight|4]]
[[Property:uuid|f9ef1897-fa95-1c62-d905-54111ad234f1]]
==Requirements==

View File

@@ -1,5 +1,4 @@
[[Property:title|EiffelStudio for HP-UX]]
[[Property:link_title|HP-UX]]
[[Property:title|HP-UX]]
[[Property:weight|3]]
[[Property:uuid|c1982828-16bf-8984-bd8a-18df4b48cf27]]
==Requirements==

View File

@@ -1,5 +1,4 @@
[[Property:title|EiffelStudio for Linux]]
[[Property:link_title|Linux]]
[[Property:title|Linux]]
[[Property:weight|5]]
[[Property:uuid|db132d4c-7c65-59c0-6f9f-731b81c37373]]
==Requirements==

View File

@@ -1,5 +1,4 @@
[[Property:title|EiffelStudio for LinuxPPC]]
[[Property:link_title|LinuxPPC]]
[[Property:title|LinuxPPC]]
[[Property:weight|6]]
[[Property:uuid|6b1c2e2b-9512-3f71-9007-63f45be705aa]]
==Requirements==

View File

@@ -1,5 +1,4 @@
[[Property:title|EiffelStudio for Mac OS X]]
[[Property:link_title|Mac OS X]]
[[Property:title|Mac OS X]]
[[Property:weight|0]]
[[Property:uuid|7cf4e0e5-0858-58bb-351e-52becea59ede]]
{{Note| The Mac OS X version is currently only available under the GPL license and can be downloaded by following the instructions at http://dev.eiffel.com/EiffelOnMac. The instructions below are not currently applicable for Mac OS X.}}

View File

@@ -1,5 +1,4 @@
[[Property:title|EiffelStudio for SGI Irix]]
[[Property:link_title|SGI Irix]]
[[Property:title|SGI Irix]]
[[Property:weight|8]]
[[Property:uuid|f8de85e3-0786-071c-3ece-bbde6656dc20]]
==Requirements==

View File

@@ -1,5 +1,4 @@
[[Property:title|EiffelStudio for Solaris]]
[[Property:link_title|Solaris]]
[[Property:title|Solaris]]
[[Property:weight|9]]
[[Property:uuid|3b85b8dc-c2b8-021a-f4bc-a8d19ad63b81]]
==Requirements==
@@ -48,7 +47,7 @@ After downloading the installation package, you should manually extract its cont
cd /usr/local
tar xvfj /tmp/EiffelXX.tar.bz2</code>
This will install EiffelStudio files into /usr/local/EiffelXX. Once this is done, jump to the [[EiffelStudio for Solaris|Setting up EiffelStudio]] section in order to complete the installation of EiffelStudio.
This will install EiffelStudio files into /usr/local/EiffelXX. Once this is done, jump to the [[#Setting up EiffelStudio|Setting up EiffelStudio]] section in order to complete the installation of EiffelStudio.
==Installing EiffelStudio from a CD-ROM==
@@ -56,7 +55,7 @@ Insert the CD into your CD-ROM drive. You should manually extract its contents t
<code>cd /usr/local
cp -r /mnt/cdrom/EiffelXX .</code>
This will install the EiffelStudio files into /usr/local/EiffelXX. To complete the installation of EiffelStudio, jump to the next section, [[EiffelStudio for Solaris|Setting up EiffelStudio]] .
This will install the EiffelStudio files into /usr/local/EiffelXX. To complete the installation of EiffelStudio, jump to the next section, [[#Setting up EiffelStudio|Setting up EiffelStudio]] .
<span id="setting_up"></span>
==Setting up EiffelStudio==
@@ -79,11 +78,11 @@ setenv ISE_PLATFORM solaris-sparc
set path = ($path $ISE_EIFFEL/studio/spec/$ISE_PLATFORM/bin)</code>
If you are using the Enterprise edition, please follow the instructions of the next section, [[EiffelStudio for Solaris|Registering the Enterprise Edition]] , otherwise jump to the [[EiffelStudio for Solaris|Using EiffelStudio]] section at the end of this document.
If you are using the Enterprise edition, please follow the instructions of the next section, [[#Registering the Enterprise Edition|Registering the Enterprise Edition]] , otherwise jump to the [[#Using EiffelStudio|Using EiffelStudio]] section at the end of this document.
<span id="registering"></span>
==Registering the Enterprise Edition==
This step assumes you have followed the instructions in the [[EiffelStudio for Solaris|Setting up EiffelStudio]] section. Perform the following commands to start the registration process:
This step assumes you have followed the instructions in the [[#Setting up EiffelStudio|Setting up EiffelStudio]] section. Perform the following commands to start the registration process:
<code>cd $ISE_EIFFEL
./register</code>
@@ -109,7 +108,7 @@ You may receive the following dialog when launching EiffelStudio:
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, [[EiffelStudio for Solaris|Using EiffelStudio]] .
Once this is done, you can jump to the next section, [[#Using EiffelStudio|Using EiffelStudio]] .
<span id="using"></span>
==Using EiffelStudio==

View File

@@ -1,5 +1,4 @@
[[Property:title|EiffelStudio for Windows]]
[[Property:link_title|Windows]]
[[Property:title|Windows]]
[[Property:weight|7]]
[[Property:uuid|d177e0bc-63e6-63b3-7fdb-5e7136945e21]]
==Requirements==