Update wikipage Linux. (Signed-off-by:jocelyn).

git-svn-id: https://svn.eiffel.com/eiffel-org/trunk@2029 abb3cda0-5349-4a8f-a601-0c33ac3a8c38
This commit is contained in:
eiffel-org
2018-05-28 09:05:52 +00:00
parent a2cfb220d6
commit 9a70b1005d

View File

@@ -87,7 +87,8 @@ sudo add-apt-repository ppa:eiffelstudio-team/ppa
sudo apt-get update sudo apt-get update
sudo apt-get install eiffelstudio sudo apt-get install eiffelstudio
``` ```
It installs EiffelStudio using the linux layout, so you don't need to set specific environment variable. The executable are located under `/usr/bin`, libraries under `/usr/lib/eiffelstudio` It installs EiffelStudio using the linux layout, so no specific environment variables are needed (note: ISE_EIFFEL and ISE_PLATFORM should not be set to use this linux layout).
The executable are located under `/usr/bin`, libraries under `/usr/lib/eiffelstudio`, ...
To reinstall, or update: To reinstall, or update:
```shell ```shell