Skip to content
Snippets Groups Projects
Commit c1f43500 authored by Robin Caloudis's avatar Robin Caloudis Committed by Reinhard Biegel
Browse files

mod(doc): Update OSI version in installation guide

parent 158d2637
No related branches found
No related tags found
2 merge requests!94Merge v0.10,!92Resolve "OSI version in documentation doesn't match current implementation"
Pipeline #6586 failed
...@@ -330,13 +330,13 @@ Finally, the sources are then compiled into a library. ...@@ -330,13 +330,13 @@ Finally, the sources are then compiled into a library.
cd ~ cd ~
mkdir -p OpenPASS/thirdParty/sources mkdir -p OpenPASS/thirdParty/sources
#. Download release 3.2.0 from https://github.com/OpenSimulationInterface/open-simulation-interface #. Download release 3.3.1 from https://github.com/OpenSimulationInterface/open-simulation-interface
#. Extract #. Extract
- for Windows to ``C:\OpenPASS\thirdParty\sources\open-simulation-interface-3.2.0`` - for Windows to ``C:\OpenPASS\thirdParty\sources\open-simulation-interface-3.3.1``
- for Linux to ``~/OpenPASS/thirdParty/sources/open-simulation-interface-3.2.0`` - for Linux to ``~/OpenPASS/thirdParty/sources/open-simulation-interface-3.3.1``
#. Navigate to the extracted folder #. Navigate to the extracted folder
...@@ -346,13 +346,13 @@ Finally, the sources are then compiled into a library. ...@@ -346,13 +346,13 @@ Finally, the sources are then compiled into a library.
.. code-block:: .. code-block::
cd /C/OpenPASS/thirdParty/sources/open-simulation-interface-3.2.0 cd /C/OpenPASS/thirdParty/sources/open-simulation-interface-3.3.1
.. tab:: Linux .. tab:: Linux
.. code-block:: .. code-block::
cd ~/OpenPASS/thirdParty/sources/open-simulation-interface-3.2.0 cd ~/OpenPASS/thirdParty/sources/open-simulation-interface-3.3.1
#. Optional: Enable Arenas #. Optional: Enable Arenas
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment