... | @@ -49,7 +49,7 @@ tar xf {OPAL_PKG_LINUX} |
... | @@ -49,7 +49,7 @@ tar xf {OPAL_PKG_LINUX} |
|
[source,sh,subs="attributes"]
|
|
[source,sh,subs="attributes"]
|
|
----
|
|
----
|
|
tar xf {OPAL_PKG_MACOS}
|
|
tar xf {OPAL_PKG_MACOS}
|
|
xattr -dr com.apple.quarantine OPAL-2022.1
|
|
xattr -dr com.apple.quarantine {OPAL_VER}
|
|
----
|
|
----
|
|
|
|
|
|
=== On Windows
|
|
=== On Windows
|
... | @@ -63,7 +63,7 @@ You have to use Windows Services for Linux and install the Linux package as docu |
... | @@ -63,7 +63,7 @@ You have to use Windows Services for Linux and install the Linux package as docu |
|
Source the OPAL shell profile. For the time being only sh-like shells - like BASH, ZSH - are supported.
|
|
Source the OPAL shell profile. For the time being only sh-like shells - like BASH, ZSH - are supported.
|
|
[source,sh,subs="attributes"]
|
|
[source,sh,subs="attributes"]
|
|
----
|
|
----
|
|
source "$PREFIX/{OPAL_VER}/etc/profile.d/opal.sh"
|
|
source "$PREFIX/OPAL-{OPAL_VER}/etc/profile.d/opal.sh"
|
|
----
|
|
----
|
|
Now you are ready to run OPAL (assuming you have an input file `example.in`):
|
|
Now you are ready to run OPAL (assuming you have an input file `example.in`):
|
|
[source,sh,subs="attributes"]
|
|
[source,sh,subs="attributes"]
|
... | | ... | |