Browse Source

doc: gsg: Add note on AArch64 Linux multilib availability

Currently, multilib packages are not available for AArch64 Linux

Signed-off-by: Grant Ramsay <gramsay@enphaseenergy.com>
pull/82719/head
Grant Ramsay 5 months ago committed by Benjamin Cabé
parent
commit
a36c91b4cc
  1. 5
      doc/develop/getting_started/index.rst

5
doc/develop/getting_started/index.rst

@ -95,6 +95,11 @@ The current minimum required version for the main dependencies are: @@ -95,6 +95,11 @@ The current minimum required version for the main dependencies are:
python3-dev python3-pip python3-setuptools python3-tk python3-wheel xz-utils file \
make gcc gcc-multilib g++-multilib libsdl2-dev libmagic1
.. note::
Due to the unavailability of ``gcc-multilib`` and ``g++-multilib`` on AArch64
(ARM64) systems, you may need to remove them from the list of packages to install.
#. Verify the versions of the main dependencies installed on your system by entering:
.. code-block:: bash

Loading…
Cancel
Save