mirror of
https://github.com/EiffelSoftware/eiffel-org.git
synced 2025-12-08 07:42:33 +01:00
Update wikipage Mac OS X. (Signed-off-by:jocelyn).
git-svn-id: https://svn.eiffel.com/eiffel-org/trunk@1594 abb3cda0-5349-4a8f-a601-0c33ac3a8c38
This commit is contained in:
@@ -64,7 +64,21 @@ After downloading the compressed package, you should manually extract its conten
|
||||
cd /usr/local
|
||||
tar xvfj /tmp/Eiffel_X.Y.tar.bz2</code>
|
||||
|
||||
This will install EiffelStudio files into /usr/local/Eiffel_X.Y. Once this is done, jump to the [[#Setting up EiffelStudio|Setting up EiffelStudio]] section in order to complete the installation of EiffelStudio.
|
||||
This will install EiffelStudio files into `/usr/local/Eiffel_X.Y` . Once this is done, jump to the [[#Setting up EiffelStudio|Setting up EiffelStudio]] section in order to complete the installation of EiffelStudio.
|
||||
|
||||
== Setting up EiffelStudio ==
|
||||
Once the files have been installed, you should define the following environment variables in order to run EiffelStudio:
|
||||
* ISE_EIFFEL to `/usr/local/Eiffel_X.Y`
|
||||
* ISE_PLATFORM to `macosx-x86` for the 32 bits version or `macosx-x86-64` for the 64 bits version. We will be using `macosx-x86-64` in the examples below.
|
||||
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:
|
||||
```shell
|
||||
export ISE_EIFFEL=/usr/local/Eiffel_X.Y
|
||||
export ISE_PLATFORM=macosx-x86-64
|
||||
export PATH=$PATH:$ISE_EIFFEL/studio/spec/$ISE_PLATFORM/bin
|
||||
```
|
||||
(Note: you can write this into your .profile file).
|
||||
|
||||
== Starting EiffelStudio ==
|
||||
|
||||
|
||||
Reference in New Issue
Block a user