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>
This commit is contained in:
parent
21cb301447
commit
a36c91b4cc
1 changed files with 5 additions and 0 deletions
|
@ -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 \
|
python3-dev python3-pip python3-setuptools python3-tk python3-wheel xz-utils file \
|
||||||
make gcc gcc-multilib g++-multilib libsdl2-dev libmagic1
|
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:
|
#. Verify the versions of the main dependencies installed on your system by entering:
|
||||||
|
|
||||||
.. code-block:: bash
|
.. code-block:: bash
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue