Author:admin

Date:2008-10-08T06:06:59.000000Z


git-svn-id: https://svn.eiffel.com/eiffel-org/trunk@72 abb3cda0-5349-4a8f-a601-0c33ac3a8c38
This commit is contained in:
jfiat
2008-10-08 06:06:59 +00:00
parent 39a6dd51cb
commit 8427aa9543

View File

@@ -9,10 +9,12 @@ If you are going to work on a copy, choose or create a directory of your own; le
To copy all the files of the example to <code> YOURDIR </code>: To copy all the files of the example to <code> YOURDIR </code>:
* On Windows, open a Windows Explorer, go to <code> $ISE_EIFFEL\examples\studio\tour </code>, select all the files in that directory, and drag-and-drop them to <code> YOURDIR </code>. * On Windows, open a Windows Explorer, go to <code> $ISE_EIFFEL\examples\studio\tour </code>, select all the files in that directory, and drag-and-drop them to <code> YOURDIR </code>.
* On Unix execute the shell command * On Unix execute the shell command
<code> cp $ISE_EIFFEL/examples/studio/tour/* YOURDIR</code> <code lang="text">
cp $ISE_EIFFEL/examples/studio/tour/* YOURDIR</code>
* On OpenVMS execute the command * On OpenVMS execute the command
<code> copy $ISE_EIFFEL:[examples.studio.tour]*.* YOURDIR</code> <code lang=text">
copy $ISE_EIFFEL:[examples.studio.tour]*.* YOURDIR</code>
Once you have compiled the example under EiffelStudio, relying on the precompiled EiffelBase library (the default), and without optimization, the contents of <code> YOURDIR </code> will take up less than one megabyte, including information on diagrams and metrics. Once you have compiled the example under EiffelStudio, relying on the precompiled EiffelBase library (the default), and without optimization, the contents of <code> YOURDIR </code> will take up less than one megabyte, including information on diagrams and metrics.