mirror of
https://github.com/EiffelSoftware/eiffel-org.git
synced 2025-12-08 07:42:33 +01:00
Update wikipage OpenBSD. (Signed-off-by:tqa7ve2mnbntqnfca3i6rk7arhc2kxr8).
git-svn-id: https://svn.eiffel.com/eiffel-org/trunk@1740 abb3cda0-5349-4a8f-a601-0c33ac3a8c38
This commit is contained in:
@@ -53,20 +53,20 @@ This will install the EiffelStudio files into /usr/local/EiffelXX. To complete t
|
||||
|
||||
Once the files have been installed, you should define the following environment variables in order to run EiffelStudio:
|
||||
* '''ISE_EIFFEL''' to /usr/local/EiffelXX
|
||||
* '''ISE_PLATFORM''' to freebsd-x86.
|
||||
* '''ISE_PLATFORM''' to openbsd-x86-64.
|
||||
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:
|
||||
<code>
|
||||
export ISE_EIFFEL=/usr/local/EiffelXX
|
||||
export ISE_PLATFORM=freebsd-x86
|
||||
export ISE_PLATFORM=openbsd-x86-64
|
||||
export PATH=$PATH:$ISE_EIFFEL/studio/spec/$ISE_PLATFORM/bin</code>
|
||||
|
||||
|
||||
Using csh or tcsh as a shell, it suffices to type the following commands:
|
||||
<code>
|
||||
setenv ISE_EIFFEL /usr/local/EiffelXX
|
||||
setenv ISE_PLATFORM freebsd-x86
|
||||
setenv ISE_PLATFORM openbsd-x86-64
|
||||
set path = ($path $ISE_EIFFEL/studio/spec/$ISE_PLATFORM/bin)</code>
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user