mirror of
https://github.com/EiffelSoftware/eiffel-org.git
synced 2025-12-08 15:52:26 +01:00
m
Author:halw Date:2010-03-11T21:43:51.000000Z git-svn-id: https://svn.eiffel.com/eiffel-org/trunk@515 abb3cda0-5349-4a8f-a601-0c33ac3a8c38
This commit is contained in:
@@ -3,17 +3,19 @@
|
|||||||
[[Property:uuid|676cf329-5640-69c4-d10b-b56fcd3f2ff9]]
|
[[Property:uuid|676cf329-5640-69c4-d10b-b56fcd3f2ff9]]
|
||||||
In the rest of this Tour <code>YOURDIR</code> denotes the directory where the example resides (the original, <code>$ISE_EIFFEL/examples/studio/tour</code> , or a copy). Launching will use the operating system's mechanism for starting a program, so we look separately at Windows and at Unix/OpenVMS.
|
In the rest of this Tour <code>YOURDIR</code> denotes the directory where the example resides (the original, <code>$ISE_EIFFEL/examples/studio/tour</code> , or a copy). Launching will use the operating system's mechanism for starting a program, so we look separately at Windows and at Unix/OpenVMS.
|
||||||
|
|
||||||
|
|
||||||
==Launching EiffelStudio under Window==
|
==Launching EiffelStudio under Window==
|
||||||
|
|
||||||
On Windows, you can launch EiffelStudio from the Start Menu under
|
On Windows, you can launch EiffelStudio from the Start Menu by following the path:
|
||||||
<code lang="text">
|
<code lang="text">
|
||||||
Programs --> EiffelStudio Version --> EiffelStudio
|
Start --> Programs --> EiffelStudio Version --> EiffelStudio
|
||||||
</code>
|
</code>
|
||||||
|
|
||||||
where <code>Version</code> is the version number, e.g. 6.5. Alternatively, you can double-click the icon that the installation procedure will have added to your desktop (if you have selected that option during installation).
|
where <code>Version</code> is the version number, e.g. 6.5. Alternatively, you can double-click the icon that the installation procedure will have added to your desktop (if you have selected that option during installation).
|
||||||
|
|
||||||
If this is the first time you are using EiffelStudio, you may get a dialog asking for an unlock code or inviting you to register the product. See [[Software Installation for EiffelStudio|your platform installation instructions]] for registration information.
|
If this is the first time you are using EiffelStudio, you may get a dialog asking for an unlock code or inviting you to register the product. See [[Software Installation for EiffelStudio|your platform installation instructions]] for registration information.
|
||||||
|
|
||||||
|
|
||||||
==Launching EiffelStudio under Unix or OpenVMS==
|
==Launching EiffelStudio under Unix or OpenVMS==
|
||||||
|
|
||||||
To launch EiffelStudio on Unix or OpenVMS, change directory to <code>YOURDIR</code> and, from the command line, type
|
To launch EiffelStudio on Unix or OpenVMS, change directory to <code>YOURDIR</code> and, from the command line, type
|
||||||
@@ -24,3 +26,4 @@ estudio
|
|||||||
In general you can start EiffelStudio from any directory, but to make things simple for this Tour '''please make sure''' indeed to execute the <code>estudio</code> command from <code>YOURDIR</code>. (This will allow us to use relative rather than absolute names for some of the files involved.)
|
In general you can start EiffelStudio from any directory, but to make things simple for this Tour '''please make sure''' indeed to execute the <code>estudio</code> command from <code>YOURDIR</code>. (This will allow us to use relative rather than absolute names for some of the files involved.)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user