Skip to content

Commit

Permalink
[docs] add dpkg command to install i386 packages
Browse files Browse the repository at this point in the history
  • Loading branch information
jborbely committed Apr 29, 2024
1 parent bba7700 commit ef7b07d
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions docs/install.rst
Expand Up @@ -109,9 +109,9 @@ If you need to load a `Component Object Model`_ (or ActiveX_) library, you must

Linux
+++++
Before using msl-loadlib on Linux (Debian), the following packages are required.
For other linux distributions, use the appropriate system package manager
(e.g., *yum*) and the equivalent command.
Before using msl-loadlib on Debian-based Linux distributions, the following
packages are required. For other distributions, use the appropriate system
package manager (e.g., *yum*) and the equivalent command.

.. attention::

Expand All @@ -124,6 +124,8 @@ and FORTRAN libraries

.. code-block:: console
sudo dpkg --add-architecture i386
sudo apt update
sudo apt install g++ gfortran libgfortran5 zlib1g:i386 libstdc++6:i386 libgfortran5:i386
The following ensures that the ss_ command is available
Expand Down

0 comments on commit ef7b07d

Please sign in to comment.