mirror of
https://git.rtems.org/rtems-docs/
synced 2025-05-17 04:31:48 +08:00
user: Add openSUSE host details
This patch adds details on the packages needed for the RTEMS source builder on openSUSE Leap 15.4 64 bit. The commands were tested on a new install with the RTEMS source builder master branch.
This commit is contained in:
parent
c360e28598
commit
6ed77a9a0e
@ -179,8 +179,19 @@ than the usual zlib-dev):
|
||||
openSUSE
|
||||
~~~~~~~~
|
||||
|
||||
This has been reported to work but no instructions were provided. This is an
|
||||
opportunity to contribute. Please submit any guidance you can provide.
|
||||
The RTEMS Source Builder has been tested on openSUSE Leap 15.4 64bit.
|
||||
Starting with a clean install with source repositories enabled, the following
|
||||
zypper command installs the required packages:
|
||||
|
||||
.. code-block:: none
|
||||
|
||||
# sudo zypper in -t pattern devel_C_C++ devel_python3
|
||||
|
||||
In addition, the following command can set python3 as the default python interpreter:
|
||||
|
||||
.. code-block:: none
|
||||
|
||||
# sudo update-alternatives --install /usr/bin/python python /usr/bin/python3 1
|
||||
|
||||
.. _FreeBSD:
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user