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:
eiffel-org
2023-01-27 19:53:59 +00:00
parent 71c0bf1b85
commit 18dfa8dd2d

View File

@@ -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:title|Mac OS X]]
[[Property:weight|5]]
@@ -8,7 +8,7 @@
{| class="doctable"
|-
| '''Computer/Processor'''
| x86-64
| x86-64 or ARM
|-
| '''Operating System'''
| Mac OS X 10.12 or above
@@ -23,7 +23,7 @@
| 1GB of free space
|-
| '''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 ==
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.
* 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.
Using sh or bash as a shell, it suffices to type the following commands: