mirror of
https://github.com/EiffelSoftware/eiffel-org.git
synced 2025-12-09 00:02:53 +01:00
Updated page with the ARM processor.
Updated wikipage Mac OS X. (Signed-off-by:javier). git-svn-id: https://svn.eiffel.com/eiffel-org/trunk@2391 abb3cda0-5349-4a8f-a601-0c33ac3a8c38
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
[[Property:modification_date|Wed, 06 Apr 2022 14:21:15 GMT]]
|
[[Property:modification_date|Fri, 27 Jan 2023 19:53:59 GMT]]
|
||||||
[[Property:publication_date|Sat, 11 Dec 2021 21:57:25 GMT]]
|
[[Property:publication_date|Sat, 11 Dec 2021 21:57:25 GMT]]
|
||||||
[[Property:title|Mac OS X]]
|
[[Property:title|Mac OS X]]
|
||||||
[[Property:weight|5]]
|
[[Property:weight|5]]
|
||||||
@@ -8,7 +8,7 @@
|
|||||||
{| class="doctable"
|
{| class="doctable"
|
||||||
|-
|
|-
|
||||||
| '''Computer/Processor'''
|
| '''Computer/Processor'''
|
||||||
| x86-64
|
| x86-64 or ARM
|
||||||
|-
|
|-
|
||||||
| '''Operating System'''
|
| '''Operating System'''
|
||||||
| Mac OS X 10.12 or above
|
| Mac OS X 10.12 or above
|
||||||
@@ -23,7 +23,7 @@
|
|||||||
| 1GB of free space
|
| 1GB of free space
|
||||||
|-
|
|-
|
||||||
| '''ISE_PLATFORM'''
|
| '''ISE_PLATFORM'''
|
||||||
| '''macosx-x86''' for x86 based CPU and '''macosx-x86-64''' for x64 based CPU.
|
| '''macosx-x86''' for x86 based CPU, '''macosx-x86-64''' for x64 based CPU and '''macosx-armv6''' for ARM based CPU.
|
||||||
|}
|
|}
|
||||||
|
|
||||||
|
|
||||||
@@ -64,7 +64,7 @@ This will install EiffelStudio files into `/usr/local/Eiffel_X.Y` . Once this is
|
|||||||
== Setting up EiffelStudio ==
|
== Setting up EiffelStudio ==
|
||||||
Once the files have been installed, you should define the following environment variables in order to run 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_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.
|
* ISE_PLATFORM to `macosx-x86` for the 32 bits version or `macosx-x86-64` for the 64 bits version or `macosx-armv6` for the ARM 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.
|
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:
|
Using sh or bash as a shell, it suffices to type the following commands:
|
||||||
|
|||||||
Reference in New Issue
Block a user