From 0dfb1c2fa251484e51b8eb050e3b04673e96b239 Mon Sep 17 00:00:00 2001 From: eiffel-org Date: Tue, 2 Jul 2019 11:08:53 +0000 Subject: [PATCH] Updated wikipage Windows. (Signed-off-by:jocelyn). git-svn-id: https://svn.eiffel.com/eiffel-org/trunk@2161 abb3cda0-5349-4a8f-a601-0c33ac3a8c38 --- .../windows.wiki | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/documentation/19.05/eiffelstudio/getting_started/setup-and-installation/software-installation-eiffelstudio/windows.wiki b/documentation/19.05/eiffelstudio/getting_started/setup-and-installation/software-installation-eiffelstudio/windows.wiki index cbb8a8db..dffe9e45 100644 --- a/documentation/19.05/eiffelstudio/getting_started/setup-and-installation/software-installation-eiffelstudio/windows.wiki +++ b/documentation/19.05/eiffelstudio/getting_started/setup-and-installation/software-installation-eiffelstudio/windows.wiki @@ -1,4 +1,4 @@ -[[Property:modification_date|Tue, 02 Jul 2019 10:53:22 GMT]] +[[Property:modification_date|Tue, 02 Jul 2019 11:08:53 GMT]] [[Property:publication_date|Tue, 02 Jul 2019 10:53:22 GMT]] [[Property:title|Windows]] [[Property:weight|9]] @@ -54,14 +54,14 @@ This probably means that EiffelStudio was not properly installed using the '''se == Installing EiffelStudio from the .7z archive == Installing the GPL version using the 7z archive is an alternative, even if the recommended solution remains using the MSI installer. The procedure is quite similar to Linux, see [[Linux#Setting_up_EiffelStudio]]: -- Extract the .7z archive in a folder -- set the `ISE_EIFFEL` variable to the location of the extracted Eiffel_X.Y folder -- set the `ISE_PLATFORM` variable to `win64` or `windows` -- set the `ISE_C_COMPILER` variable to `msc_vc140` , or `msc` if you use VisualStudio 2012 or before -- And add to your PATH variable the values: - - `%ISE_EIFFEL%\studio\spec\%ISE_PLATFORM%\bin` - - `%ISE_EIFFEL%\tools\spec\%ISE_PLATFORM%\bin` - - `%ISE_EIFFEL%\library\gobo\spec\%ISE_PLATFORM%\bin` +* Extract the .7z archive in a folder +* set the `ISE_EIFFEL` variable to the location of the extracted Eiffel_X.Y folder +* set the `ISE_PLATFORM` variable to `win64` or `windows` +* set the `ISE_C_COMPILER` variable to `msc_vc140` , or `msc` if you use VisualStudio 2012 or before +* And add to your PATH variable the values: +** `%ISE_EIFFEL%\studio\spec\%ISE_PLATFORM%\bin` +** `%ISE_EIFFEL%\tools\spec\%ISE_PLATFORM%\bin` +** `%ISE_EIFFEL%\library\gobo\spec\%ISE_PLATFORM%\bin` ```text set PATH=%ISE_EIFFEL%\studio\spec\%ISE_PLATFORM%\bin;%ISE_EIFFEL%\tools\spec\%ISE_PLATFORM%\bin;%ISE_EIFFEL%\library\gobo\spec\%ISE_PLATFORM%\bin;%PATH% ```