diff --git a/documentation/22.12/eiffelstudio/getting_started/setup-and-installation/software-installation-eiffelstudio/eiffelstudio-mac-os-x.wiki b/documentation/22.12/eiffelstudio/getting_started/setup-and-installation/software-installation-eiffelstudio/eiffelstudio-mac-os-x.wiki index b275bd50..785be270 100644 --- a/documentation/22.12/eiffelstudio/getting_started/setup-and-installation/software-installation-eiffelstudio/eiffelstudio-mac-os-x.wiki +++ b/documentation/22.12/eiffelstudio/getting_started/setup-and-installation/software-installation-eiffelstudio/eiffelstudio-mac-os-x.wiki @@ -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: